Current section

Files

Jump to
tallgrass include tallgrass@move@damage_class_MoveDamageClass.hrl
Raw

include/tallgrass@move@damage_class_MoveDamageClass.hrl

-record(move_damage_class, {
id :: integer(),
name :: binary(),
descriptions :: list(tallgrass@common@description:description()),
moves :: list(tallgrass@common@resource:resource()),
names :: list(tallgrass@common@name:name())
}).