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
/
Season.ts
9 lines
102 B
TypeScript
Raw
Normal View
History
Unescape
Escape
29577
2024-04-03 16:38:56 +02:00
export
enum
Season
{
SUMMER
=
0
,
AUTUMN
=
1
,
WINTER
=
2
,
SPRING
=
3
,
Add missing enum to Season
2024-04-03 20:13:08 +02:00
STORM
=
4
,
29577
2024-04-03 16:38:56 +02:00
}
Reference in New Issue
Copy Permalink