Exemplo n.º 1
0
 void Awake()
 {
     base.Awake();
     this.currentDirection = Direction.Left;
     feet = this.transform.FindChild("FeetCollider").GetComponent<RolyPolyFeetCollision>();
 }
Exemplo n.º 2
0
 void Awake()
 {
     base.Awake();
     this.currentDirection = Direction.Left;
     feet = this.transform.FindChild("FeetCollider").GetComponent <RolyPolyFeetCollision>();
 }