修正部分命名,继续完善战斗部分

This commit is contained in:
ozg
2014-04-23 21:28:37 +08:00
parent 97ca37bddd
commit b84b2b3d83
17 changed files with 365 additions and 74 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ using namespace std;
enum RPGDataStatus {
kRPGDataStatusNormal = 1, //通常时
kRPGDataStatusDeath = 2 //战斗不能
kRPGDataStatusDeath = 2, //战斗不能
kRPGDataStatusDying = 3 //临死
};
class RPGPlayer : public CCObject