Example #1
0
 private void Awake()
 {
     _zombieStats        = gameObject.GetComponent <ZombieStats>();
     _zombieSelection    = gameObject.GetComponent <ZombieSelection>();
     _buttonUpdateHelper = gameObject.GetComponentInParent <ButtonUpdateHelper>();
 }