Timers and some more loading stuff

This commit is contained in:
KimLS
2015-06-20 19:44:00 -07:00
parent 635ac692ea
commit d5098a56e0
18 changed files with 199 additions and 79 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ public:
int total_cost;
Ability *base_ability;
std::vector<RankEffect> effects;
std::vector<RankPrereq> prereqs;
std::map<int, int> prereqs;
};
}