15 lines
222 B
Lua
15 lines
222 B
Lua
|
|
---@type table<PlayerKey, SoloKingArchiveData>
|
|
ArchiveTable = {};
|
|
|
|
---@type table<PlayerKey, PlayerAccountInfo>
|
|
AccountTable = {};
|
|
|
|
GameDataTable = {
|
|
PID = nil;
|
|
BID = nil;
|
|
};
|
|
|
|
DefaultTeamIds = {};
|
|
|
|
GlobalModeType = nil; |