mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-26 16:18:05 +03:00
Refactored and cleaned up several functions. MDB loader now logs the number of loaded songs available to GF and DM. MDB: Fixed "is_secret" field being ignored (always set to false)
6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
export interface SecretMusicResponse {
|
|
musicid: KITEM<'s32'>;
|
|
seq: KITEM<'u16'>;
|
|
kind: KITEM<'s32'>;
|
|
}
|