New Enums

All 05-era enums added (might be more, idk tbh)
This commit is contained in:
DirtPiper
2018-10-21 21:09:49 -04:00
parent 4f766d8617
commit 507b0a9ace
13 changed files with 46 additions and 1 deletions

4
AffectType.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef AFFECTTYPE_H
#define AFFECTTYPE_H
static enum AffectType {NoChange, Increase, Decrease};
#endif