update
This commit is contained in:
parent
ae2c72019f
commit
ae3fceccb6
|
@ -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 桌面金额
|
||||
|
|
|
@ -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.
Loading…
Reference in New Issue