struct Game::Events::InvalidCommandEntered

Defined in:

common/game.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Game::ServerEvent

initialize initialize

Constructor methods inherited from struct Game::ServerEvent

new new

Constructor Detail

def self.new(cmd : String | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def cmd : String | Nil #

def copy_with(cmd _cmd = @cmd) #

[View source]