mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
9 lines
129 B
TypeScript
9 lines
129 B
TypeScript
export interface Ghost {
|
|
collection: "ghost";
|
|
|
|
songId: number;
|
|
difficulty: number;
|
|
ghostSize: number;
|
|
ghost: string;
|
|
}
|