This website requires JavaScript.
Explore
Help
Register
Sign In
470486104
/
Server
Watch
1
Star
0
Fork
0
You've already forked Server
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ab86830a1a
Server
/
project
/
src
/
models
/
enums
/
ExitStatis.ts
9 lines
116 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add Repo
2023-03-03 16:23:46 +01:00
export
enum
ExitStatus
Auto-formatting Sweep
2023-11-16 02:35:05 +01:00
{
Add Repo
2023-03-03 16:23:46 +01:00
SURVIVED
=
0
,
KILLED
=
1
,
LEFT
=
2
,
RUNNER
=
3
,
Auto-formatting Sweep
2023-11-16 02:35:05 +01:00
MISSINGINACTION
=
4
,
}
Reference in New Issue
Copy Permalink