Updated the supplier behavior to also use storage and implemented tower.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define DOUWCO_HIVEMIND_CREEPBASE_HPP
|
||||
|
||||
#include <Screeps/Creep.hpp>
|
||||
#include "Constants.hpp"
|
||||
|
||||
namespace Screeps {
|
||||
class RoomPosition;
|
||||
@@ -10,7 +11,6 @@ class PathStep;
|
||||
} // namespace Screeps
|
||||
|
||||
namespace DouwcoHivemind {
|
||||
enum CreepRole { UNEMPLOYED, SUPPLIER, UPGRADER, BUILDER, MAINTAINER, MINER };
|
||||
|
||||
class CreepBase {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user