Using real enemies name

This commit is contained in:
Anonymus Raccoon
2020-05-02 17:44:47 +02:00
parent 18297a2e4c
commit 57c2c3eb45
14 changed files with 13 additions and 69 deletions
+1
View File
@@ -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;