Sha256: 56777e138f0814b89b664e90fd119a0fd0dda3cfb9b44cf503fabcacef235c99

Contents?: true

Size: 127 Bytes

Versions: 6

Compression:

Stored size: 127 Bytes

Contents

module Example
  module Models
    class PlayerCommand < GameMachine::Model
      attribute :command, String
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
game_machine-1.0.4 games/example/lib/models/player_command.rb
game_machine-1.0.2 games/example/lib/models/player_command.rb
game_machine-0.0.11 games/example/lib/models/player_command.rb
game_machine-0.0.10 games/example/lib/models/player_command.rb
game_machine-0.0.9 games/example/lib/models/player_command.rb
game_machine-0.0.8 games/example/lib/models/player_command.rb