public static Property GetProperty(SoliderType type, int star, int lv) { return(GetProperty((int)type, star, lv)); }
public static ArmyData Get(SoliderType type) { return(Get((int)type)); }