Current section
Files
Jump to
Current section
Files
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())
}).