class Mud::Game::Shout

Overview

A command to let players communicate with the rest of the server.

Defined in:

game/command.cr

Constructors

Class Method Summary

Instance methods inherited from class Mud::Game::Command

run run

Constructor methods inherited from class Mud::Game::Command

new(id : UInt16, world : Mud::Game::World) new

Class methods inherited from class Mud::Game::Command

parse(id, input, world) : Command | Nil parse

Constructor Detail

def self.new(id, world, input) #

[View source]

Class Method Detail

def self.help(&) #

Yields help description.


[View source]