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