示例#1
0
 internal Unit AddUnit(UnitStats.UnitType unitType, HexCell cell)
 {
     return(unitManager.AddUnitInCell(cell, unitType));
 }