Exemple #1
0
 private void OnEnable()
 {
     singleton = transform.gameObject.GetComponent <HudLives>();
 }
Exemple #2
0
 void Initialize_Module()
 {
     _singleton = GetComponent <HudLives>();
     _Setup();
 }