UGCProjects/SoloKing/Script/Global/Table/PlayerDataTable.lua
2025-01-04 23:00:19 +08:00

15 lines
222 B
Lua

---@type table<PlayerKey, SoloKingArchiveData>
ArchiveTable = {};
---@type table<PlayerKey, PlayerAccountInfo>
AccountTable = {};
GameDataTable = {
PID = nil;
BID = nil;
};
DefaultTeamIds = {};
GlobalModeType = nil;