公告板
版本库
filestore
活动
搜索
登录
main
/
SnxxPyNetPack
少年修仙传服务端代码子仓库
概况
操作记录
提交次数
目录
文档
派生
对比
查看
|
历史
|
提交
|
提交对比
6805 【后端】【2.0】副本前端化(删除无用包)
hxp
2019-05-23
fec4c3017e9f4ee0c6f90ea83a79226b5b352cfc
[SnxxPyNetPack]
/
ClientPack
/
ClientToMapServer
/
CA5_Function
/
CoatDecompose.h
提交
|
用户
|
age
a9c2c6
1
// A5 20 时装分解 #tagCMCoatDecompose
X
2
3
struct tagCMCoatDecompose
4
{
5
tagHead Head;
6
BYTE Count; //材料所在背包索引的数量
7
WORD IndexList[Count]; //材料所在背包索引列表
8
DWORD ItemIDList[Count]; //材料所在背包物品ID列表
9
};