Ejemplo n.º 1
0
 protected virtual void OnPlayerLose()
 {
     Destroy(gameObject);
     PlayerLose?.Invoke();
 }
Ejemplo n.º 2
0
 void Start()
 {
     instance = this;
 }