Method: BCDice::GameSystem::Postman#initialize

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

#initialize(command) ⇒ Postman



46
47
48
49
# File 'lib/bcdice/game_system/Postman.rb', line 46

def initialize(command)
  super(command)
  @sort_add_dice = true # ダイスのソート有
end