abstract class Game::ResourceCommand

Direct Known Subclasses

Defined in:

game/command.cr

Constructors

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, *, once : Bool = false) #

[View source]