hzr
2025-04-21 a4e381d688eb2f779a09ca7a6778bad0cceb3c5e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// B2 17 ¹Å±¦ÉýÐÇ #tagCMGubaoStarUp
 
struct    tagCMGubaoPieceUse
{
    WORD        GubaoID;        // Í¨ÓÃË鯬¹Å±¦ID
    WORD        PieceCount;    // Ê¹ÓÃË鯬¸öÊý
};
 
struct    tagCMGubaoStarUp
{
    tagHead         Head;
    WORD        GubaoID;    
    BYTE        PieceSelectCount;
    tagCMGubaoPieceUse    CommPieceUseList[PieceSelectCount];    // Í¨Óùű¦ËéÆ¬Ê¹ÓÃÁбí
};