mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-10-07 23:10:04 +00:00
Load instance data from XDT
This commit is contained in:
@@ -2,8 +2,13 @@
|
||||
|
||||
#include "CNShardServer.hpp"
|
||||
|
||||
struct EPInfo {
|
||||
int zoneX, zoneY, EPID, maxScore;
|
||||
};
|
||||
|
||||
namespace RacingManager {
|
||||
|
||||
extern std::map<int32_t, EPInfo> EPData;
|
||||
|
||||
void init();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user