class Game::BuildingTile

Defined in:

game/tile.cr

Constructors

Instance Method Summary

Instance methods inherited from class Game::Tile

point : Game::Point point

Constructor methods inherited from class Game::Tile

new(point : Point) new

Constructor Detail

def self.new(point : Point, building : Building) #

[View source]

Instance Method Detail

def building : Game::Building #

[View source]