plugins/gitadora@asphyxia/models/secretmusicentry.ts
Thome Valentin 5c612929e2 Secret music (unlocked songs) are now saved and loaded correctly. Partially fixes issue #34.
Rewards are now saved and loaded correctly. Partially fixes issue #34.
2022-04-30 07:00:28 +02:00

6 lines
94 B
TypeScript

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