Sha256: b4393e777c4f1143ec8cfc5330864d44f2f6d18ad7fe49cc071c4e2d71074fde

Contents?: true

Size: 168 Bytes

Versions: 6

Compression:

Stored size: 168 Bytes

Contents

module GameMachine
  module Commands

    class Proxy < Actor::Base

      def post_init(*args)

      end

      def on_receive(message)

      end

    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
game_machine-1.0.4 lib/game_machine/commands/proxy.rb
game_machine-1.0.2 lib/game_machine/commands/proxy.rb
game_machine-0.0.11 lib/game_machine/commands/proxy.rb
game_machine-0.0.10 lib/game_machine/commands/proxy.rb
game_machine-0.0.9 lib/game_machine/commands/proxy.rb
game_machine-0.0.8 lib/game_machine/commands/proxy.rb