示例#1
0
 void Start()
 {
     _anim = this.GetComponent <Animator>();
     _pawn = this.GetComponent <PlayerOneBehavior>();
 }
示例#2
0
 // Use this for initialization
 void Start()
 {
     _pawn = this.GetComponent <PlayerOneBehavior>();
 }