Variable KillBehaviorsConst

KillBehaviors: Readonly<{ HARD: "HARD"; SOFT: "SOFT" }> = ...

Enumeration of kill behaviors.

Generated using TypeDoc