コード例 #1
0
 public static BaseUnit GetUnit(UnitType unitType)
 {
     return(UnitList.First(unit => unit.UnitType == unitType));
 }