Пример #1
0
 void Awake()
 {
     //anim = GetComponent<Animator>();
     playerController = GetComponent <PlayerController>();
     playerThirst     = GetComponent <PlayerThirst>();
     currentThirst    = startingThirst;
 }
Пример #2
0
 void Awake()
 {
     playerHunger = GetComponent <PlayerHunger> ();
     playerThirst = GetComponent <PlayerThirst> ();
 }