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
1caff10d35
Server
/
project
/
src
/
models
/
enums
/
ModSpawn.ts
7 lines
75 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Formatting Have you been using the recommended VSCode extensions? ;)
2024-02-02 19:54:07 +01:00
export
enum
ModSpawn
{
Fixes Linting Issues - Reorders imports - Removes unnecessary `else` control statements - Simplifies some logic - Converts key access to dot notation - Converts Array.forEach loops to for...of loops
2024-02-02 21:00:12 +01:00
DEFAULT_MOD
=
0
,
SPAWN
=
1
,
SKIP
=
2
,
Formatting Have you been using the recommended VSCode extensions? ;)
2024-02-02 19:54:07 +01:00
}
Reference in New Issue
Copy Permalink