Method: BCDice::GameSystem::Utakaze#eval_game_system_specific_command

Defined in:
lib/bcdice/game_system/Utakaze.rb

#eval_game_system_specific_command(command) ⇒ Object



33
34
35
36
37
# File 'lib/bcdice/game_system/Utakaze.rb', line 33

def eval_game_system_specific_command(command)
  debug('eval_game_system_specific_command command', command)

  check_roll(command)
end