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