Current section

Files

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

include/tallgrass@move@target_MoveTarget.hrl

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