Skip to content

HunterState

HunterState = "idle" | "chase" | "attack" | "dead"

Defined in: gameplay/Hunter.ts:38

What a hunter is doing. Engine-written; a game reads it.