示例#1
0
 private void DestroyFromManager(IStatic gameObject)
 {
     StaticObjects.Remove(gameObject);
     gameObject.Destroy();
 }