mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 18:04:43 -05:00
* Converted from Asphyxia-Public-Route * Enable `resolveJsonModule` in `tsconfig.json` * WebUI for change name and title.
14 lines
228 B
TypeScript
14 lines
228 B
TypeScript
export interface Extra {
|
|
collection: 'extra';
|
|
|
|
game: 'gf' | 'dm';
|
|
version: string;
|
|
pluginVer: number
|
|
id: number;
|
|
|
|
playstyle: number[];
|
|
custom: number[];
|
|
list_1: number[];
|
|
list_2: number[];
|
|
list_3: number[];
|
|
} |