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