Enemy swarm movement
This commit is contained in:
@@ -293,8 +293,7 @@ typedef struct Health {
|
||||
extern ECS_COMPONENT_DECLARE(Health);
|
||||
|
||||
typedef struct Swarm {
|
||||
|
||||
int _;
|
||||
i32 currWaypoint;
|
||||
} Swarm;
|
||||
extern ECS_COMPONENT_DECLARE(Swarm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user