Class: GameMachine::Commands::Proxy
- Inherits:
-
Actor::Base
- Object
- JavaLib::GameActor
- Actor::Base
- GameMachine::Commands::Proxy
show all
- Defined in:
- server/lib/game_machine/commands/proxy.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, logger, model_filter, #onReceive, player_controller, #receive_message, #schedule_message, #schedule_message_once, #sender, set_player_controller
Instance Method Details
#on_receive(message) ⇒ Object
10
11
12
|
# File 'server/lib/game_machine/commands/proxy.rb', line 10
def on_receive(message)
end
|
#post_init(*args) ⇒ Object
6
7
8
|
# File 'server/lib/game_machine/commands/proxy.rb', line 6
def post_init(*args)
end
|