Class: Worlds::SpecialCommands

Inherits:
Object
  • Object
show all
Defined in:
lib/worlds/special_commands.rb

Constant Summary collapse

ACTIONS =
{
  exit: -> {
    [{ color: :white, content: "Exiting..." },
      { type: :exit }]
  },
}