0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00
server/project/src/models/enums/PlayerRaidEndState.ts

9 lines
170 B
TypeScript
Raw Normal View History

export enum PlayerRaidEndState
2023-11-15 20:35:05 -05:00
{
SURVIVED = "survived",
LEFT = "left",
RUNNER = "runner",
MISSING_IN_ACTION = "missinginaction",
2023-11-15 20:35:05 -05:00
KILLED = "killed",
}