Example #1
0
 void Awake()
 {
     //anim = GetComponent <Animator> ();
     playerController = GetComponent <PlayerController> ();
     playerHunger     = GetComponent <PlayerHunger> ();
     currentHunger    = startingHunger;
 }
 void Awake()
 {
     playerHunger = GetComponent <PlayerHunger> ();
     playerThirst = GetComponent <PlayerThirst> ();
 }