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