예제 #1
0
 public HarbourTile(Coordinate coordinate, LandTileType resource, int value)
 {
     Coordinate = coordinate;
     Resource   = resource;
 }
예제 #2
0
파일: LandTile.cs 프로젝트: TimWilms/Catan
 public LandTile(Coordinate coordinate, LandTileType resource, int value)
 {
     Coordinate = coordinate;
     Resource   = resource;
     Value      = value;
 }