Module: Aiwolf::Commands::Finish

Included in:
Aiwolf::Client
Defined in:
lib/aiwolf/commands/finish.rb

Instance Method Summary collapse

Instance Method Details

#inner_command_finish(packet) ⇒ Object



6
7
8
9
10
# File 'lib/aiwolf/commands/finish.rb', line 6

def inner_command_finish(packet)
  send(:command_finish, packet[:gameInfo])
  EventMachine.stop_event_loop
  nil
end