UNPKG

typed-adventureland

Version:
10 lines (9 loc) 314 B
export type EventKey = "abtesting" | "crabxx" | "egghunt" | "franky" | "goobrawl" | "halloween" | "holidayseason" | "icegolem" | "lunarnewyear" | "valentines"; export interface GEvent { duration: number; join?: boolean; modal: string; name: string; sprite: string; type: string; }