示例#1
0
 protected virtual void Awake()
 {
     AbstractApp.ReplacBehaviour(this);
     image = GetComponent <Image>();
 }
示例#2
0
 protected virtual void Awake()
 {
     AbstractApp.ReplacBehaviour(this);
 }
示例#3
0
 protected override void Awake()
 {
     AbstractApp.ReplacBehaviour(this);
     base.Awake();
 }