示例#1
0
 public int GetMovementCostFor(Unit unit)
 {
     return(terrain.MovementCostFor(unit.movementType));
 }