Files
asphyxia_plugins/models/ghost.ts
T
2024-07-05 14:36:57 +08:00

9 lines
129 B
TypeScript

export interface Ghost {
collection: "ghost";
songId: number;
difficulty: number;
ghostSize: number;
ghost: string;
}