Booth support

This commit is contained in:
Kirito
2021-04-20 22:46:02 +09:00
parent 0c925ca0e0
commit d1eb39e944
9 changed files with 246 additions and 48 deletions

View File

@@ -11,6 +11,9 @@ export interface Profile {
packets: number;
blocks: number;
expPoint: number;
mUserCnt: number;
musicID: number;
musicType: number;
sortType: number;
@@ -28,4 +31,6 @@ export interface Profile {
effCLeft: number;
effCRight: number;
narrowDown: number;
boothFrame: number[];
}