diff --git a/protocol/activity/pushcoin.pb.go b/protocol/activity/pushcoin.pb.go index 97334bd..2dcfb62 100644 --- a/protocol/activity/pushcoin.pb.go +++ b/protocol/activity/pushcoin.pb.go @@ -85,7 +85,7 @@ type OpCodes int32 const ( OpCodes_OP_Zero OpCodes = 0 - OpCodes_OP_Bet OpCodes = 1 // 下注 + OpCodes_OP_Bet OpCodes = 1 // 下注 OpParam 道具id OpCodes_OP_Gain OpCodes = 2 // 得分 OpParam 1有效区 2无效区 OpItem 获得道具 OpCodes_OP_Shake OpCodes = 3 // 震动 OpParam 消耗次数 OpCodes_OP_Refresh OpCodes = 4 // 刷新 OpParam 桌面金额 diff --git a/protocol/activity/pushcoin.proto b/protocol/activity/pushcoin.proto index d2b0292..c547313 100644 --- a/protocol/activity/pushcoin.proto +++ b/protocol/activity/pushcoin.proto @@ -61,7 +61,7 @@ message CSPushCoinPlayerOp { enum OpCodes { OP_Zero = 0; - OP_Bet = 1; // 下注 + OP_Bet = 1; // 下注 OpParam 道具id OP_Gain = 2; // 得分 OpParam 1有效区 2无效区 OpItem 获得道具 OP_Shake = 3; // 震动 OpParam 消耗次数 OP_Refresh = 4; // 刷新 OpParam 桌面金额 diff --git a/xlsx/DB_GameFree.xlsx b/xlsx/DB_GameFree.xlsx index ff0a3e9..a2683b6 100644 Binary files a/xlsx/DB_GameFree.xlsx and b/xlsx/DB_GameFree.xlsx differ