公告板
版本库
filestore
活动
搜索
登录
main
/
Project_SG_PyNetPack
三国卡牌服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
129 【战斗】战斗系统-服务端(增加封包 B4 26 回合战斗标签 #tagSCTurnFightTag)
hxp
2025-07-24
ab63aaffc44f9e59bf793e16cd3816ffe29c32f0
[Project_SG_PyNetPack.git]
/
ServerPack
/
HA3_Function
/
GatherSoulHoleInfo.h
1
2
3
4
5
6
7
8
// A3 1E Íæ¼Ò¾Û»ê¿×ÐÅÏ¢ #tagMCGatherSoulHoleInfo
struct tagMCGatherSoulHoleInfo
{
tagHead Head;
BYTE Count; // ¿×ÐÅÏ¢Êý
DWORD GatherSoulDataList[Count]; // ¿×Êý¾ÝÐÅÏ¢, Êý¾ÝÓë±³°üÊý¾ÝÏàͬ
};