コード例 #1
0
 internal void DestroyGameObject(SGameObject obj)
 {
     obj.OnDestroy();
     _gameObjectList.Remove(obj);
 }