mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-06-01 18:25:23 +00:00
Using real enemies name
This commit is contained in:
@@ -21,6 +21,7 @@ typedef struct attack_holder {
|
||||
struct attack_component {
|
||||
gc_component base;
|
||||
attack_holder *attacks;
|
||||
char *name;
|
||||
};
|
||||
|
||||
extern const struct attack_component attack_component;
|
||||
|
||||
Reference in New Issue
Block a user