Method: BCDice::GameSystem::BeastBindTrinity#initialize
- Defined in:
- lib/bcdice/game_system/BeastBindTrinity.rb
#initialize(command) ⇒ BeastBindTrinity
Returns a new instance of BeastBindTrinity.
54 55 56 57 58 |
# File 'lib/bcdice/game_system/BeastBindTrinity.rb', line 54 def initialize(command) super(command) @d66_sort_type = D66SortType::ASC end |