예제 #1
0
 public static void RemoveSystem <T>() where T : IGameSystemMono
 {
     m_SystemManager.RemoveSystem <T>();
 }