Class: Core::Game::Combat::SelectItem
- Inherits:
-
Core::GUI::Window
- Object
- Core::GUI::Window
- Core::Game::Combat::SelectItem
- Defined in:
- lib/game/combat/gui/select_item.rb
Instance Attribute Summary
Attributes inherited from Core::GUI::Window
#close, #h, #parent, #state, #w, #x, #xoff, #y, #yoff, #zoff
Instance Method Summary collapse
-
#initialize(x, y, actor) ⇒ SelectItem
constructor
A new instance of SelectItem.
Methods inherited from Core::GUI::Window
#[], #add, #close!, #draw, #empty, #get, #include?, #remove?, #save_pos, #title=, #update
Constructor Details
#initialize(x, y, actor) ⇒ SelectItem
Returns a new instance of SelectItem.
6 7 |
# File 'lib/game/combat/gui/select_item.rb', line 6 def initialize(x, y, actor) end |