Added data from upcoming adventure

This commit is contained in:
Alexis
2024-04-07 21:55:19 +02:00
parent 35749fd8a3
commit ec0ff57a49
4 changed files with 50 additions and 6 deletions

View File

@@ -13,6 +13,8 @@ export type CalendarEventCategory =
| 'catastrophe'
| 'legal'
| 'natural-disaster'
| 'inauguration'
| 'religious'
| 'player'
export function isCalendarEvent(object: any): object is CalendarEvent {