class BCDice::GameSystem::Cthulhu_ChineseTraditional
Constants
- HELP_MESSAGE
ダイスボットの使い方
- ID
ゲームシステムの識別子
- NAME
ゲームシステム名
- SORT_KEY
ゲームシステム名の読みがな
Public Class Methods
new(command)
click to toggle source
Calls superclass method
BCDice::GameSystem::Cthulhu::new
# File lib/bcdice/game_system/Cthulhu_ChineseTraditional.rb, line 53 def initialize(command) super(command) @locale = :zh_hant end