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];
| };
|
|