feat: rudimentary config
This commit is contained in:
@ -23,6 +23,7 @@ export interface Profile {
|
||||
name: string;
|
||||
game: 'Ongeki' | 'Chunithm';
|
||||
mods: string[];
|
||||
cfg: {[key: string]: string | boolean}
|
||||
}
|
||||
|
||||
export type PackageC = Map<string, Package>;
|
||||
|
Reference in New Issue
Block a user