Method: BCDice::GameSystem::SwordWorld#initialize
- Defined in:
- lib/bcdice/game_system/SwordWorld.rb
#initialize(command) ⇒ SwordWorld
Returns a new instance of SwordWorld.
23 24 25 26 |
# File 'lib/bcdice/game_system/SwordWorld.rb', line 23 def initialize(command) super(command) = 0 end |