// AA 87 ÔËÊÆ»î¶¯ÐÅÏ¢ #tagMCActYunshiInfo
|
|
struct tagMCActYunshiInfo
|
{
|
tagHead Head;
|
BYTE ActNum; // »î¶¯±àºÅ
|
char StartDate[10]; // ¿ªÊ¼ÈÕÆÚ y-m-d
|
char EndtDate[10]; // ½áÊøÈÕÆÚ y-m-d
|
BYTE ResetType; // ÖØÖÃÀàÐÍ£¬0-0µãÖØÖã»1-5µãÖØÖÃ
|
WORD LimitLV; // ÏÞÖÆµÈ¼¶
|
BYTE TreasureType; // »î¶¯Ñ°±¦ÀàÐÍ
|
};
|