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