| ServerPack/GameServerPack/HB5_Bourse/AttentionAuctionItemInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/GameServerPack/HB5_Bourse/AuctionItemInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/GameServerPack/HB5_Bourse/BiddingItemInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/GameServerPack/HB5_Bourse/PlayerAuctionItemInfo.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| ServerPack/GameServerPack/HB5_Bourse/RefreshAuctionItem.h | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPack/GameServerPack/HB5_Bourse/AttentionAuctionItemInfo.h
@@ -10,7 +10,6 @@ WORD BidderPrice; //竞拍玩家出价 WORD UserDataLen; char UserData[UserDataLen]; //自定义数据 BYTE CanGetMoney; //可否获得收益 }; struct tagGCAttentionAuctionItemInfo ServerPack/GameServerPack/HB5_Bourse/AuctionItemInfo.h
@@ -10,7 +10,6 @@ WORD BidderPrice; //竞拍玩家出价 WORD UserDataLen; char UserData[UserDataLen]; //自定义数据 BYTE CanGetMoney; //可否获得收益 }; struct tagGCAuctionItemInfo ServerPack/GameServerPack/HB5_Bourse/BiddingItemInfo.h
@@ -10,7 +10,6 @@ WORD BidderPrice; //竞拍玩家出价 WORD UserDataLen; char UserData[UserDataLen]; //自定义数据 BYTE CanGetMoney; //可否获得收益 }; struct tagGCBiddingItemInfo ServerPack/GameServerPack/HB5_Bourse/PlayerAuctionItemInfo.h
@@ -10,7 +10,6 @@ WORD BidderPrice; //竞拍玩家出价 WORD UserDataLen; char UserData[UserDataLen]; //自定义数据 BYTE CanGetMoney; //可否获得收益 }; struct tagGCPlayerAuctionItemInfo ServerPack/GameServerPack/HB5_Bourse/RefreshAuctionItem.h
@@ -11,5 +11,4 @@ WORD BidderPrice; //竞拍玩家出价 WORD UserDataLen; char UserData[UserDataLen]; //自定义数据 BYTE CanGetMoney; //可否获得收益 };