0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 06:30:43 -05:00

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
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

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