Class: GameMachine::GameSystems::Devnull
- Inherits:
-
Actor::Base
- Object
- JavaLib::GameActor
- Actor::Base
- GameMachine::GameSystems::Devnull
show all
- Defined in:
- lib/game_machine/game_systems/devnull.rb
Constant Summary
Constants inherited
from Actor::Base
Actor::Base::ON_RECEIVE_HOOKS
Instance Method Summary
collapse
Methods inherited from Actor::Base
aspect, aspects, find, find_by_address, find_distributed, find_distributed_local, find_remote, hashring, local_path, model_filter, #onReceive, player_controller, #receive_message, #schedule_message, #sender, set_player_controller
Instance Method Details
#on_receive(message) ⇒ Object
8
9
10
|
# File 'lib/game_machine/game_systems/devnull.rb', line 8
def on_receive(message)
GameMachine.logger.debug("Devnull got #{message}")
end
|
#post_init(*args) ⇒ Object
5
6
|
# File 'lib/game_machine/game_systems/devnull.rb', line 5
def post_init(*args)
end
|