hxp
2025-10-15 fa16539d4a6ca5984f74ce76506898017cfae9e1
1
2
3
4
5
6
7
8
9
// A5 68 ÇëÇóѰ±¦ #tagCMRequestTreasure
 
struct tagCMRequestTreasure
{
    tagHead        Head;
    BYTE        TreasureType;    //Ѱ±¦ÀàÐÍ
    BYTE        TreasureIndex;       //Ѱ±¦Ë÷Òý
    BYTE        CostType;    //ÏûºÄÀàÐÍ£º0-ĬÈÏÏÉÓñ£»1-Ãâ·Ñ´ÎÊý£»2-Ѱ±¦µÀ¾ß
};