[untested] Implemented Miner role. Not in spawner yet.

This commit is contained in:
douwe
2025-12-19 09:19:32 +01:00
parent 1596283841
commit 656cca578e
6 changed files with 94 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
#ifndef DOUWCO_HIVEMIND_HARVESTER_HPP
#define DOUWCO_HIVEMIND_HARVESTER_HPP
#ifndef DOUWCO_HIVEMIND_WORKER_HPP
#define DOUWCO_HIVEMIND_WORKER_HPP
#include "Creeps/CreepBase.hpp"
@@ -26,4 +26,4 @@ namespace DouwcoHivemind
};
}
#endif // DOUWCO_HIVEMIND_HARVESTER_HPP
#endif // DOUWCO_HIVEMIND_WORKER_HPP