Wave incrementing
This commit is contained in:
@@ -292,6 +292,12 @@ typedef struct Health {
|
||||
} Health;
|
||||
extern ECS_COMPONENT_DECLARE(Health);
|
||||
|
||||
typedef struct Swarm {
|
||||
|
||||
int _;
|
||||
} Swarm;
|
||||
extern ECS_COMPONENT_DECLARE(Swarm);
|
||||
|
||||
// Worker can:
|
||||
// - Harvest
|
||||
// - Build
|
||||
|
||||
Reference in New Issue
Block a user