Add basic Monkey Skyway functionality

This commit is contained in:
Gent
2020-09-16 22:27:21 -04:00
parent 94583e534b
commit a5c40b66f5
6 changed files with 126 additions and 10 deletions

View File

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