Skip to content

GameboardActorKind

GameboardActorKind = "player" | "npc" | "enemy" | "prop" | "unit" | "neutral" | string & object

Defined in: src/traits/actors.ts:16

Actor role used by collision, targeting, commands, and SimpleRPG fixtures.