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