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