1 Star 0 Fork 33

蚂蚁2016/CM-Server

forked from 留天下/CM-Server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
messageconst.h 960 Bytes
一键复制 编辑 原始数据 按行查看 历史
留天下 提交于 2019-03-17 12:48 . 修改
#ifndef MESSAGECONST_H
#define MESSAGECONST_H
const int MESSAGE_INIT_DATA = 101;
const int MESSAGE_WORLD_TALK = 102;
const int MESSAGE_INIT_POS = 103;
const int MESSAGE_PLAYER_LEAVE = 104;
const int MESSAGE_MOVE_TO = 105;
const int MESSAGE_VERIFY_POS = 106;
const int MESSAGE_UPDATE_DATA = 107;
const int MESSAGE_TEAM_APPLY = 108;
const int MESSAGE_REFUSE_TEAM = 109;
const int MESSAGE_AGREE_TEAM = 110;
const int MESSAGE_TEAM_MOVE = 111;
const int MESSAGE_TEAM_GOTO_MAP = 112;
const int MESSAGE_DISSOLVE_TEAM = 113;
const int MESSAGE_TEAM_FIGHT = 114;
const int MESSAGE_PLAYER_ATTACK = 115;
const int MESSAGE_MONSTER_ATTACK = 116;
const int MESSAGE_PLAYER_RUN = 117;
const int MESSAGE_USE_MEDICATION = 118;
const int MESSAGE_PLAYER_DIE = 119;
const int MESSAGE_PRIVATE_TALK = 120;
const int MESSAGE_APPLY_FRIEND = 121;
const int MESSAGE_DEL_FRIEND = 122;
const int MESSAGE_AGREE_FRIEND = 123;
const int MESSAGE_REJECT_FRIEND = 124;
#endif // MESSAGECONST_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/my2016/CM-Server.git
git@gitee.com:my2016/CM-Server.git
my2016
CM-Server
CM-Server
master

搜索帮助