公告板
版本库
filestore
活动
搜索
登录
main
/
Project_SG_PyNetPack
三国卡牌服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
16 卡牌服务端(删除仙盟阵法)
hxp
2025-10-22
d0ec95232cf9e1a74b6ca8e6b45b048a47224be2
[Project_SG_PyNetPack.git]
/
ClientPack
/
CA3_Item
/
tagCMSellItem.h
1
2
3
4
5
6
7
8
9
// A3 11 ÅúÁ¿³öÊÛÎïÆ· #tagCMSellItem
struct tagCMSellItem
{
tagHead Head;
BYTE PackType; //±³°üÀàÐÍ
BYTE Count; //Ë÷ÒýÊýÁ¿
BYTE ItemIndex[Count]; //ÎïÆ·Ë÷Òý
};