private void DestroyFromManager(IDynamic gameObject) { DynamicObjects.Remove(gameObject); gameObject.Destroy(); }