Wave incrementing

This commit is contained in:
2024-02-11 19:23:40 +01:00
parent 0319a0a5b3
commit bfc1bc425f
7 changed files with 73 additions and 10 deletions

View File

@@ -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