Пример #1
0
 private void DestroyFromManager(IDynamic gameObject)
 {
     DynamicObjects.Remove(gameObject);
     gameObject.Destroy();
 }