Beispiel #1
0
 public void RemoveFromGame()
 {
     if (_poolable)
     {
         _poolable.Recycle();
     }
     else
     {
         RequestDestruction();
     }
 }