Exemplo n.º 1
0
 private void Awake()
 {
     this.refs = this.GetComponent <SpriteRef>();
 }
Exemplo n.º 2
0
 protected virtual void Awake()
 {
     this.refs = this.GetComponent <SpriteRef>();
 }