Example #1
0
 public bool hasWall(HexSprite h)
 {
     return(til.GetTileNameGroundWall() == GetTileName(layerGround, h));
 }