This commit is contained in:
gsemaj
2022-07-17 20:47:54 -07:00
committed by gsemaj
parent d48aa21135
commit a94fb0ed6d
8 changed files with 49 additions and 82 deletions

View File

@@ -10,7 +10,6 @@ struct EggType {
};
namespace Eggs {
extern std::map<std::pair<CNSocket*, int32_t>, time_t> EggBuffs;
extern std::unordered_map<int, EggType> EggTypes;
void init();