Add missing enum to Season

This commit is contained in:
Kaeno 2024-04-03 19:13:08 +01:00 committed by Refringe
parent 41391a841d
commit 0a0cfa39db
No known key found for this signature in database
GPG Key ID: 7715B85B4A6306ED

View File

@ -4,4 +4,5 @@ export enum Season
AUTUMN = 1, AUTUMN = 1,
WINTER = 2, WINTER = 2,
SPRING = 3, SPRING = 3,
STORM = 4,
} }