Implement config-driven unlock groups so that multiple things can be unlocked at once (including buildings)
This commit is contained in:
@@ -22,4 +22,5 @@ public:
|
||||
static ShipsConfig loadShips(const std::string& path);
|
||||
static StationsConfig loadStations(const std::string& path);
|
||||
static ModulesConfig loadModules(const std::string& path);
|
||||
static UnlocksConfig loadUnlocks(const std::string& path);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user