mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-10-07 23:10:04 +00:00
Add reward tables for racing
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "CNShardServer.hpp"
|
||||
|
||||
struct EPInfo {
|
||||
int zoneX, zoneY, EPID, maxScore;
|
||||
int zoneX, zoneY, EPID, maxScore, maxTime;
|
||||
};
|
||||
|
||||
struct EPRace {
|
||||
@@ -15,6 +15,7 @@ namespace RacingManager {
|
||||
|
||||
extern std::map<int32_t, EPInfo> EPData;
|
||||
extern std::map<CNSocket*, EPRace> EPRaces;
|
||||
extern std::map<int32_t, std::pair<std::vector<int>, std::vector<int>>> EPRewards;
|
||||
|
||||
void init();
|
||||
|
||||
|
Reference in New Issue
Block a user