mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 01:44:39 -05:00
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
export interface SecretMusicResponse {
|
|
musicid: KITEM<'s32'>;
|
|
seq: KITEM<'u16'>;
|
|
kind: KITEM<'s32'>;
|
|
}
|