Method: BCDice::GameSystem::EndBreaker#initialize

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

#initialize(command) ⇒ EndBreaker

Returns a new instance of EndBreaker.



25
26
27
28
29
# File 'lib/bcdice/game_system/EndBreaker.rb', line 25

def initialize(command)
  super(command)

  @d66_sort_type = D66SortType::NO_SORT
end