Merge pull request #95 from gsemaj/monkeys

Paths framework + Monkey Skyway System framework
This commit is contained in:
2020-09-22 03:54:01 +02:00
committed by GitHub
8 changed files with 189 additions and 27 deletions

View File

@@ -17,6 +17,7 @@ namespace settings {
extern std::string NPCJSON;
extern std::string XDTJSON;
extern std::string MOBJSON;
extern std::string PATHJSON;
extern bool GM;
void init();