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