少年修仙传服务端代码子仓库
hxp
2024-03-12 fcd7122359f95c45e384ba040ef6fa28d280d2c4
提交 | 用户 | age
f177e6 1 // B3 13 吃喜糖 #tagCMMarryEatCandy
H 2
3 struct    tagCMMarryEatCandy
4 {
5     tagHead        Head;
6     DWORD        PlayerIDA;    // 喜糖所属玩家IDA
7     DWORD        PlayerIDB;    // 喜糖所属玩家IDB
8 };