Stating to implement the combat system

This commit is contained in:
Kayne Ruse
2014-05-15 23:59:24 +10:00
parent e5a98efd7d
commit f0453375c4
9 changed files with 249 additions and 18 deletions
+2
View File
@@ -54,6 +54,8 @@ struct CharacterData {
float accuracy = 0.0;
float evasion = 0.0;
float luck = 0.0;
//TODO: equipment and items
};
#endif