module MobRotation::CommandRouting::ClassMethods
Public Instance Methods
define_command(name, &block)
click to toggle source
# File lib/mob_rotation/command_routing.rb, line 6 def define_command(name, &block) CommandRouting::COMMAND_MAPPINGS[name] = block end