plugins/ddr@asphyxia/models/ghost.ts
2021-06-07 17:29:08 +09:00

9 lines
129 B
TypeScript

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