Created a base engine class and let it handle all creeps.
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
|
||||
namespace DouwcoHivemind{
|
||||
|
||||
// Roles
|
||||
const int ROLE_HARVESTER = 0;
|
||||
enum Roles{ UNEMPLOYED, HARVESTER };
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user