Beispiel #1
0
 public static Property GetProperty(SoliderType type, int star, int lv)
 {
     return(GetProperty((int)type, star, lv));
 }
Beispiel #2
0
 public static ArmyData Get(SoliderType type)
 {
     return(Get((int)type));
 }