Sha256: dd162b617be4b55ee0113fb0864f4704cb727a520d41766175830657da42690e

Contents?: true

Size: 272 Bytes

Versions: 6

Compression:

Stored size: 272 Bytes

Contents

module Example
  module Models
    class CombatUpdate < GameMachine::Model
      attribute :target, String
      attribute :attacker, String
      attribute :combat_ability, String
      attribute :damage, Integer
      attribute :target_health, Integer
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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