chaserCollides
constchaserCollides: readonlyCollisionLayer[]
Defined in: packages/engine/src/gameplay/behaviours/traits.ts:62
What a chaser’s Body collides with unless the game says otherwise:
everything but the other chasers, which the step keeps apart without
the physics, and the players, so a crowd of monsters never pins one.
A game that wants a monster to block lists Players again.