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