Class: Lotu::GameEntity

Inherits:
Object
  • Object
show all
Defined in:
lib/lotu/game_entity.rb

Direct Known Subclasses

Actor

Instance Method Summary collapse

Instance Method Details

#drawObject



4
# File 'lib/lotu/game_entity.rb', line 4

def draw; end

#updateObject



5
# File 'lib/lotu/game_entity.rb', line 5

def update; end