Updated the supplier behavior to also use storage and implemented tower.
This commit is contained in:
9
douwco_hivemind/include/Constants.hpp
Normal file
9
douwco_hivemind/include/Constants.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef DOUWCO_HIVEMIND_CONSTANTS_HPP
|
||||
#define DOUWCO_HIVEMIND_CONSTANTS_HPP
|
||||
|
||||
namespace DouwcoHivemind
|
||||
{
|
||||
enum CreepRole { UNEMPLOYED, SUPPLIER, UPGRADER, BUILDER, MAINTAINER, MINER };
|
||||
}
|
||||
|
||||
#endif // DOUWCO_HIVEMIND_CONSTANTS_HPP
|
||||
Reference in New Issue
Block a user