Class: Core::Game::Combat::Control
Overview
Used for scripted battles (dialogues and stuff)
Instance Method Summary collapse
- #battle=(b) ⇒ Object
- #draw ⇒ Object
-
#initialize(battle) ⇒ Control
constructor
A new instance of Control.
- #update ⇒ Object
Constructor Details
#initialize(battle) ⇒ Control
Returns a new instance of Control.
6 7 8 |
# File 'lib/game/combat/control.rb', line 6 def initialize(battle) @battle = nil end |