Exemplo n.º 1
0
 void Awake()
 {
     _instance = this;
     tween = this.GetComponent<TweenAlpha>();
     sprite = this.GetComponent<UISprite>();
 }
Exemplo n.º 2
0
 void Awake()
 {
     _instance = this;
     tween     = this.GetComponent <TweenAlpha>();
     sprite    = this.GetComponent <UISprite>();
 }