// B0 21 Ĥ°Ý½á¹û #tagGCWorshipResult
|
|
struct tagGCWorshipResult
|
{
|
tagHead Head;
|
DWORD PlayerID; // Ä¿±êÍæ¼ÒID
|
BYTE WorshipType; // Ĥ°ÝÀàÐÍ
|
DWORD WorshipValue; // Ĥ°ÝÀàÐͶÔÓ¦µÄ¹¦ÄÜÖµ£¬ÈçÃû´Î»òÆäËû£¬ÓɾßÌåĤ°ÝÀàÐͶ¨Òå¶ÔÓ¦Öµº¬Òå
|
BYTE Result; // Ĥ°Ý½á¹û£º0-³É¹¦£»1-²»´æÔÚ¸ÃĤ°ÝÀàÐÍ£»2-²»´æÔÚ¸ÃÄ¿±êĤ°Ý£»3-²»ÄÜĤ°Ý¸ÃÄ¿±ê£»
|
BYTE MoneyType; // »õ±ÒÀàÐÍ
|
DWORD MoneyValue; // »õ±Ò½±Àø
|
};
|