Class: GameEntity
- Inherits:
-
Object
- Object
- GameEntity
- Defined in:
- lib/lotu/game_entity.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#draw ⇒ Object
3 |
# File 'lib/lotu/game_entity.rb', line 3 def draw; end |
#update ⇒ Object
4 |
# File 'lib/lotu/game_entity.rb', line 4 def update; end |