UNPKG

typed-adventureland

Version:
6 lines (5 loc) 132 B
export type EmotionKey = "drop_egg" | "hearts_single"; export interface GEmotion { fx: EmotionKey; cooldown: number; }