Class: GameEntity

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

Direct Known Subclasses

Lotu::Actor

Instance Method Summary collapse

Instance Method Details

#drawObject



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

def draw; end

#updateObject



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

def update; end