예제 #1
0
 private void Awake()
 {
     this.refs = this.GetComponent <SpriteRef>();
 }
예제 #2
0
 protected virtual void Awake()
 {
     this.refs = this.GetComponent <SpriteRef>();
 }