GameboardPatrolState
constGameboardPatrolState:Trait<{lastPathKeys: () =>string[];reason:string|undefined;status:GameboardPatrolStatus;targetKey:string; }>
Defined in: src/traits/patrol.ts:44
Patrol state trait exposed for systems and UIs.