Class: Core::Game::Combat::SelectItem

Inherits:
Core::GUI::Window show all
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

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