Method: BCDice::GameSystem::OneWayHeroics::MoveToTable#initialize
- Defined in:
- lib/bcdice/game_system/one_way_heroics/tables.rb
#initialize(text, table_key) ⇒ MoveToTable
Returns a new instance of MoveToTable.
48 49 50 51 |
# File 'lib/bcdice/game_system/one_way_heroics/tables.rb', line 48 def initialize(text, table_key) @text = text @table_key = table_key end |