Пример #1
0
 public static int ToTypeId(TroopBase troop)
 {
     return(ToTypeId(troop.GetType()));
 }