plugins/gitadora@asphyxia/models/secretmusicentry.ts
Thome Valentin 257c9962f5 Added several player profile stats to the web UI.
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)
2022-05-04 06:58:17 +02:00

5 lines
93 B
TypeScript

export interface SecretMusicEntry {
musicid: number;
seq: number;
kind: number;
}