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
2169fd3210
Server
/
project
/
src
/
models
/
enums
/
RaidMode.ts
7 lines
88 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add Repo
2023-03-03 16:23:46 +01:00
export
enum
RaidMode
Auto-formatting Sweep
2023-11-16 02:35:05 +01:00
{
Add Repo
2023-03-03 16:23:46 +01:00
ONLINE
=
"Online"
,
LOCAL
=
"Local"
,
Auto-formatting Sweep
2023-11-16 02:35:05 +01:00
COOP
=
"Coop"
,
}
Reference in New Issue
Copy Permalink