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