mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 01:44:39 -05:00
IIDX: Fixed where unable to login after step up (rootage) IIDX: Reverted `v0.1.15` dev mode hackjob codes IIDX: Line Encoding changes, misc
20 lines
316 B
TypeScript
20 lines
316 B
TypeScript
export interface shop_data {
|
|
collection: "shop_data";
|
|
|
|
opname: string;
|
|
pid: number;
|
|
cls_opt: number;
|
|
}
|
|
|
|
export interface convention_data {
|
|
collection: "shop_convention";
|
|
|
|
version: number;
|
|
|
|
music_0: number;
|
|
music_1: number;
|
|
music_2: number;
|
|
music_3: number;
|
|
valid: boolean;
|
|
}
|