mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-04-04 16:25:14 -05:00
6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
export interface SecretMusicEntry {
|
|
musicid: number;
|
|
seq: number;
|
|
kind: number;
|
|
}
|