19 Star 44 Fork 32

留天下 / CM-Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
logicfight.h 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
留天下 提交于 2019-02-22 13:22 . net redo done!
#ifndef LOGICFIGHT_H
#define LOGICFIGHT_H
#include"tool.h"
#include"object.h"
#include"Json/value.h"
class LogicFight:public Object
{
GET_SINGLE_OBJECT(LogicFight)
public:
void c2sPlayerAtk(Json::Value& msg);
void c2sMonsterAtk(Json::Value& msg);
void c2sPlayerRun(Json::Value& msg);
void c2sUseMedication(Json::Value& msg);
void c2sPlayerDie(Json::Value& msg);
private:
LogicFight();
SINGLE_ATTRIBUTES(LogicFight);
};
#endif // LOGICFIGHT_H
C++
1
https://gitee.com/lsylovews/CM-Server.git
git@gitee.com:lsylovews/CM-Server.git
lsylovews
CM-Server
CM-Server
master

搜索帮助