Exemple #1
0
 public void DoDestroy()
 {
     Callback_OnDoDestroy?.Invoke(this);
     IsLifeOver = true;
 }
Exemple #2
0
 public void DoDestroy()
 {
     Callback_OnDoDestroy?.Invoke(this);
     IsLifeOver = true;
     PerformMgr.Despawn(this);
 }