公告板
版本库
filestore
活动
搜索
登录
main
/
SnxxPyNetPack
少年修仙传服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
4840 【BT】坐骑生命显示格式错误(修改发包A5 27 坐骑提升 #tagCMHorseUp 使用个数为WORD;修改收包A3 01 坐骑培养信息...
hxp
2020-10-28
b6be91d3e7393bcbc4e709a320ccd0f27693e66d
[SnxxPyNetPack.git]
/
ClientPack
/
ClientToMapServer
/
CA2_Interaction
/
PYSpeaker.h
1
2
3
4
5
6
7
8
9
10
11
// A2 17 À®°ÈÁÄÌì #tagCMPYSpeaker
struct tagCMPYSpeaker
{
tagHead Head;
BYTE SpeakerType; //1-±¾·þ£»2-¿ç·þ
BYTE IsUseGold; //ÊÇ·ñʹÓÃ×êʯ
BYTE ItemIndex; //ʹÓÃÎïÆ·Ëµ»°Ê±, ÎïÆ·Index
WORD TextLen; //×Ö·û³¤¶È
char Text[TextLen]; //size = TextLen
};