Files
asphyxia_plugins/ddr@asphyxia/models/ghost.ts
T

9 lines
129 B
TypeScript

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