This commit is contained in:
sk 2025-01-09 14:07:22 +08:00
parent ae2c72019f
commit ae3fceccb6
3 changed files with 2 additions and 2 deletions

View File

@ -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 桌面金额

View File

@ -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

Binary file not shown.