Method: BCDice::GameSystem::Cthulhu_Korean#initialize
- Defined in:
- lib/bcdice/game_system/Cthulhu_Korean.rb
#initialize(command) ⇒ Cthulhu_Korean
Returns a new instance of Cthulhu_Korean.
52 53 54 55 56 |
# File 'lib/bcdice/game_system/Cthulhu_Korean.rb', line 52 def initialize(command) super(command) @locale = :ko_kr end |