update
This commit is contained in:
parent
6cd35ebe7b
commit
43df37c50f
|
@ -1,4 +1,4 @@
|
|||
|
||||
(€β8–@΅θ;PdX–`c
|
||||
< ((€β2ΕΈ2συ8¬@Άθ;JΖΈJσυPdX¬`Η
|
||||
< ((€β2ΕΈ2συ8¬@Άθ;JσυJΖΈPdX¬`Η
|
||||
?<18>ΑΧ/ 2(€β2ΕΈ2συ8ξ@£θ;JΖΈJσυPdXξ`σ
|
Binary file not shown.
|
@ -127,48 +127,6 @@
|
|||
"Custom": {
|
||||
"1": 1
|
||||
}
|
||||
},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{},
|
||||
{}
|
||||
}
|
||||
]
|
||||
}
|
BIN
data/DB_Task.dat
BIN
data/DB_Task.dat
Binary file not shown.
|
@ -86,7 +86,7 @@ type OpCodes int32
|
|||
const (
|
||||
OpCodes_OP_Zero OpCodes = 0
|
||||
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_Refresh OpCodes = 4 // 刷新 OpParam 桌面金额
|
||||
OpCodes_OP_Exchange OpCodes = 5 // 兑换 OpParam 兑换id
|
||||
|
|
|
@ -61,11 +61,12 @@ message CSPushCoinPlayerOp {
|
|||
|
||||
enum OpCodes {
|
||||
OP_Zero = 0;
|
||||
OP_Bet = 1; // 下注 OpParam 下注金额
|
||||
OP_Gain = 2; // 得分 OpItem 获得道具
|
||||
OP_Bet = 1; // 下注
|
||||
OP_Gain = 2; // 得分 OpParam 1有效区 2无效区 OpItem 获得道具
|
||||
OP_Shake = 3; // 震动 OpParam 消耗次数
|
||||
OP_Refresh = 4; // 刷新 OpParam 桌面金额
|
||||
OP_Exchange = 5; // 兑换 OpParam 兑换id
|
||||
OP_UpBase = 6; // 修改底注 OpParam 底注
|
||||
}
|
||||
|
||||
enum OpResultPushCoinCode {
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue