protected virtual void Awake() { AbstractApp.ReplacBehaviour(this); image = GetComponent <Image>(); }
protected virtual void Awake() { AbstractApp.ReplacBehaviour(this); }
protected override void Awake() { AbstractApp.ReplacBehaviour(this); base.Awake(); }