implemented basic eggs functionality

This commit is contained in:
Kamil
2020-10-24 21:48:55 +02:00
committed by Gent
parent de99522340
commit 674d5112f3
8 changed files with 257 additions and 13 deletions

View File

@@ -21,6 +21,7 @@ namespace settings {
extern std::string MOBJSON;
extern std::string PATHJSON;
extern std::string DROPSJSON;
extern std::string EGGSJSON;
extern std::string GRUNTWORKJSON;
extern int EVENTMODE;
extern int EVENTCRATECHANCE;