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