Method: BCDice::GameSystem::Skynauts#initialize

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

#initialize(command) ⇒ Skynauts

Returns a new instance of Skynauts.



37
38
39
40
# File 'lib/bcdice/game_system/Skynauts.rb', line 37

def initialize(command)
  super(command)
  @round_type = RoundType::FLOOR # 端数切り捨て
end