hxp
2025-08-26 0f873c97d688795ed1860e65332f821ca246f0b7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// B1 12 ÅàÑø¹¦Äܾ³½çÐÅÏ¢ #tagMCTrainRealmLVInfo
 
struct    tagMCTrainRealmLV
{
    BYTE        FuncType;    // ¹¦ÄÜÀàÐÍ£º1-×øÆï£»2-Áé³è£»3-ÁéÆ÷
    WORD        TrainRealmLV;    // ¾³½çÅàÑø¿¨¾³½çµÈ¼¶£¬Êµ¼ÊÓÐЧ¾³½çµÈ¼¶È¡×ÔÉí¾³½çÓë¸ÃÖµÖеÄ×î´óÖµ£»
};
 
struct    tagMCTrainRealmLVInfo
{
    tagHead         Head;
    BYTE        Count;
    tagMCTrainRealmLV        InfoList[Count];
};