예제 #1
0
 public static void Register <T>(string key = null) where T : GameData
 {
     ReflectionConstructor <T> .Register(key);
 }
예제 #2
0
 public static void Load()
 {
     ReflectionConstructor <EditorIndex> .Register("EditorIndex");
 }