コード例 #1
0
 public static T[] Load <T>()
     where T : MountTemplate, new()
 {
     return(GeneratorUtility.Load <T>("MountsConfig", "Mount"));
 }
コード例 #2
0
 public static T Load <T>()
     where T : BattleParamTemplate, new ()
 {
     return(GeneratorUtility.Load <T>("BattleParamTemplate"));
 }
コード例 #3
0
 public static T[] Load <T>()
     where T : DailyTasksTemplate, new ()
 {
     return(GeneratorUtility.Load <T>("DailyTasksTemplate", "DailyTask"));
 }
コード例 #4
0
 public static T Load <T>()
     where T : GlobalTemplate, new()
 {
     return(GeneratorUtility.Load <T>("GlobalConfig"));
 }
コード例 #5
0
 public static T[] Load <T>()
     where T : BuffsTemplate, new ()
 {
     return(GeneratorUtility.Load <T>("BuffsTemplate", "Buff"));
 }
コード例 #6
0
 public static T[] Load <T>()
     where T : HeroTemplate, new()
 {
     return(GeneratorUtility.Load <T>("HerosConfig", "Hero"));
 }