class Game::BuildCommand

Defined in:

game/command.cr

Constructors

Instance Method Summary

Instance methods inherited from class Game::Command

desc : String desc, finish(world : World) finish, start(world : World) : TimeSpan start

Constructor Detail

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

[View source]

Instance Method Detail

def desc : String #

[View source]
def finish(world : World) #

[View source]
def start(world : World) : TimeSpan #

[View source]