This commit is contained in:
sk 2025-01-09 10:47:11 +08:00
parent 6cd35ebe7b
commit 43df37c50f
7 changed files with 6 additions and 47 deletions

View File

@ -1,4 +1,4 @@
 (€­β8@΅θ;PdX`c  (€­β8@΅θ;PdX`c
< ((€­β2ΕΈ2συ@Άθ;JΖΈJσυPdX¬`Η < ((€­β2ΕΈ2συ@Άθ;JσυJΖΈPdX¬`Η
?<18>ΑΧ/ 2(€­β2ΕΈ2συ@£θ;JΖΈJσυPdXξ`σ ?<18>ΑΧ/ 2(€­β2ΕΈ2συ@£θ;JΖΈJσυPdXξ`σ

Binary file not shown.

View File

@ -127,48 +127,6 @@
"Custom": { "Custom": {
"1": 1 "1": 1
} }
}, }
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{},
{}
] ]
} }

Binary file not shown.

View File

@ -86,7 +86,7 @@ type OpCodes int32
const ( const (
OpCodes_OP_Zero OpCodes = 0 OpCodes_OP_Zero OpCodes = 0
OpCodes_OP_Bet OpCodes = 1 // 下注 OpParam 下注金额 OpCodes_OP_Bet OpCodes = 1 // 下注 OpParam 下注金额
OpCodes_OP_Gain OpCodes = 2 // 得分 OpItem 获得道具 OpCodes_OP_Gain OpCodes = 2 // 得分 OpParam 1有效区 2无效区 OpItem 获得道具
OpCodes_OP_Shake OpCodes = 3 // 震动 OpParam 消耗次数 OpCodes_OP_Shake OpCodes = 3 // 震动 OpParam 消耗次数
OpCodes_OP_Refresh OpCodes = 4 // 刷新 OpParam 桌面金额 OpCodes_OP_Refresh OpCodes = 4 // 刷新 OpParam 桌面金额
OpCodes_OP_Exchange OpCodes = 5 // 兑换 OpParam 兑换id OpCodes_OP_Exchange OpCodes = 5 // 兑换 OpParam 兑换id

View File

@ -61,11 +61,12 @@ message CSPushCoinPlayerOp {
enum OpCodes { enum OpCodes {
OP_Zero = 0; OP_Zero = 0;
OP_Bet = 1; // OpParam OP_Bet = 1; //
OP_Gain = 2; // OpItem OP_Gain = 2; // OpParam 1 2 OpItem
OP_Shake = 3; // OpParam OP_Shake = 3; // OpParam
OP_Refresh = 4; // OpParam OP_Refresh = 4; // OpParam
OP_Exchange = 5; // OpParam id OP_Exchange = 5; // OpParam id
OP_UpBase = 6; // OpParam
} }
enum OpResultPushCoinCode { enum OpResultPushCoinCode {

Binary file not shown.