Ejemplo n.º 1
0
 void Awake()
 {
     instance = this;
 }
Ejemplo n.º 2
0
 private void Start()
 {
     OriginalHealth = Health;
     _uiHealthBar   = GetComponent <UiHealthBar>();
     PlayerExperience.LevelUpEvent += LevelUp;
 }
Ejemplo n.º 3
0
 private void Awake()
 {
     Instance = this;
 }