mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-06-05 03:19:55 +00:00
Finishing a basic combat loop
This commit is contained in:
@@ -11,18 +11,9 @@
|
||||
|
||||
#include "component.h"
|
||||
|
||||
enum combat_state
|
||||
{
|
||||
ATTACK,
|
||||
ATTACKING,
|
||||
DEFENDING,
|
||||
IDLE
|
||||
};
|
||||
|
||||
struct combat_holder
|
||||
{
|
||||
gc_component base;
|
||||
enum combat_state state;
|
||||
char *name;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user