1 Star 0 Fork 32

feiyuluyan/CM-Server

forked from 留天下/CM-Server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
logictalk.h 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
留天下 提交于 2019-02-22 13:22 . net redo done!
#ifndef LOGICTALK_H
#define LOGICTALK_H
#include"tool.h"
#include"object.h"
#include"Json/value.h"
class LogicTalk:public Object
{
GET_SINGLE_OBJECT(LogicTalk)
public:
void c2sWorldTalk(Json::Value& msg);
void c2sPrivateTalk(Json::Value& msg);
private:
LogicTalk();
SINGLE_ATTRIBUTES(LogicTalk);
};
#endif // LOGICTALK_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/feiyuluyan/CM-Server.git
[email protected]:feiyuluyan/CM-Server.git
feiyuluyan
CM-Server
CM-Server
master

搜索帮助