示例#1
0
 public static float Cost(this TileType tileType, MoveType moveType)
 {
     return(moveType.Cost(tileType));
 }