update data
This commit is contained in:
parent
71ad21de65
commit
c1d2925933
|
@ -1,5 +1,5 @@
|
|||
|
||||
6у├ж├в├с├т├"║█ю└=
|
||||
6в├с├т├у├ж├"║█ю└=
|
||||
.؆نچۆ"¡<>À„=
|
||||
Wу├ь├ы├з├с├т├ж├в├ш├" ║█─╜Б
|
||||
]э├у├в├з├ш├ы├с├т├ж├ь├"╒█Т
|
||||
Wу├ж├ш├с├в├ь├ы├з├т├" ║█─╜Б
|
||||
]ь├ы├э├с├т├у├ж├в├з├ш├"╒█Т
|
BIN
data/DB_Task.dat
BIN
data/DB_Task.dat
Binary file not shown.
|
@ -965,6 +965,7 @@ func (x *SCBaccaratPlayerList) GetOLNum() int32 {
|
|||
return 0
|
||||
}
|
||||
|
||||
//
|
||||
type BaccaratBill struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
|
|
|
@ -1031,6 +1031,7 @@ func (x *SCCrashPlayerList) GetOLNum() int32 {
|
|||
return 0
|
||||
}
|
||||
|
||||
//
|
||||
type CrashBill struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
|
|
|
@ -949,6 +949,7 @@ func (x *SCDragonVsTigerPlayerList) GetOLNum() int32 {
|
|||
return 0
|
||||
}
|
||||
|
||||
//
|
||||
type DragonVsTigerBill struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
|
|
|
@ -1340,14 +1340,12 @@ func (x *CSBetCoinRecord) GetPageNo() int32 {
|
|||
|
||||
//请求捕鱼投注记录
|
||||
//PACKET_CS_FISHBETCOINRECORD
|
||||
//
|
||||
//message CSFishBetCoinRecord {
|
||||
// HallOperaCode ShowTypeId = 1;
|
||||
// int64 TimeIndex = 2; //0.全部 1.今天 2.昨天 3.一个月内
|
||||
// repeated HallGameType GameType = 3; //游戏类型
|
||||
// int32 PageNo = 4; //当前页
|
||||
//}
|
||||
//
|
||||
///投注记录
|
||||
type BetCoinRecord struct {
|
||||
state protoimpl.MessageState
|
||||
|
|
|
@ -466,7 +466,6 @@ func (x *SCHundredYXXSyncChip) GetChipTotal() []int64 {
|
|||
}
|
||||
|
||||
//牌型信息
|
||||
//
|
||||
// CardsKind_Normal = 0 //单子
|
||||
// CardsKind_Double = 1 //对子
|
||||
// CardsKind_ThreeSort = 2 //顺子
|
||||
|
@ -977,7 +976,6 @@ func (x *SCHundredYXXTrend) GetData() []int32 {
|
|||
}
|
||||
|
||||
//玩家操作 PACKET_CS_HYXX_PLAYEROP
|
||||
//
|
||||
// HundredYXXPlayerOpBet = 0 //下注
|
||||
// HundredYXXPlayerOpUpBanker = 1 //上庄
|
||||
// HundredYXXPlayerOpDwonBanker = 2 //下庄
|
||||
|
|
|
@ -7683,6 +7683,7 @@ func (x *SCVIPInfo) GetMoneyRatio() int32 {
|
|||
return 0
|
||||
}
|
||||
|
||||
//
|
||||
//PACKET_SC_SWELFAREINFO
|
||||
type SCEasyWelfaredInfo struct {
|
||||
state protoimpl.MessageState
|
||||
|
|
|
@ -3173,12 +3173,10 @@ func (x *PlayerCtx) GetCoin() int64 {
|
|||
|
||||
//该协议废弃掉,统一由
|
||||
//PACKET_GW_SCENEEND
|
||||
//
|
||||
//message GWSceneEnd {
|
||||
// int32 GameFreeId = 1;
|
||||
// repeated PlayerCtx Players = 2;
|
||||
//}
|
||||
//
|
||||
//PACKET_GW_SCFISHRECORD
|
||||
type FishRecord struct {
|
||||
state protoimpl.MessageState
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
// Code generated by xlsx2proto.
|
||||
// DO NOT EDIT!
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
// Code generated by xlsx2proto.
|
||||
// DO NOT EDIT!
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
// Code generated by xlsx2proto.
|
||||
// DO NOT EDIT!
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue