dev.12: R105 fixes
a massive diff due to infrastructure work the completion pane moved to the left of chat no other intended changes for users
This commit is contained in:
10
typedef.d.ts
vendored
Normal file
10
typedef.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
/* eslint-disable @typescript-eslint/consistent-type-definitions */
|
||||
|
||||
interface PlayerOnlineSettings {
|
||||
MBCHC?: any;
|
||||
}
|
||||
|
||||
interface ServerChatRoomMessage {
|
||||
MBCHC_ID?: number;
|
||||
}
|
Reference in New Issue
Block a user