game_sync/protocol/avengers/avengers.pb.go

1628 lines
59 KiB
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.27.1-devel
// protoc v3.19.4
// source: avengers.proto
package avengers
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
//操作结果
type OpResultCode int32
const (
OpResultCode_OPRC_Sucess OpResultCode = 0 //成功
OpResultCode_OPRC_Error OpResultCode = 1 //失败
OpResultCode_OPRC_CoinNotEnough OpResultCode = 1056 //金币不足
)
// Enum value maps for OpResultCode.
var (
OpResultCode_name = map[int32]string{
0: "OPRC_Sucess",
1: "OPRC_Error",
1056: "OPRC_CoinNotEnough",
}
OpResultCode_value = map[string]int32{
"OPRC_Sucess": 0,
"OPRC_Error": 1,
"OPRC_CoinNotEnough": 1056,
}
)
func (x OpResultCode) Enum() *OpResultCode {
p := new(OpResultCode)
*p = x
return p
}
func (x OpResultCode) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (OpResultCode) Descriptor() protoreflect.EnumDescriptor {
return file_avengers_proto_enumTypes[0].Descriptor()
}
func (OpResultCode) Type() protoreflect.EnumType {
return &file_avengers_proto_enumTypes[0]
}
func (x OpResultCode) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use OpResultCode.Descriptor instead.
func (OpResultCode) EnumDescriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{0}
}
//复仇者联盟
type AvengersPacketID int32
const (
AvengersPacketID_PACKET_Avengers_ZERO AvengersPacketID = 0 // 弃用消息号
AvengersPacketID_PACKET_SC_AVENGERS_ROOMINFO AvengersPacketID = 5180 //房间信息
AvengersPacketID_PACKET_CS_AVENGERS_PLAYEROP AvengersPacketID = 5181 //玩家操作(客户->服务)
AvengersPacketID_PACKET_SC_AVENGERS_PLAYEROP AvengersPacketID = 5182 //玩家操作(服务->客户)
AvengersPacketID_PACKET_SC_AVENGERS_ROOMSTATE AvengersPacketID = 5183 //房间状态
AvengersPacketID_PACKET_SC_AVENGERS_GAMEBILLED AvengersPacketID = 5184 //游戏结算
AvengersPacketID_PACKET_SC_AVENGERS_PLAYERHISTORY AvengersPacketID = 5185 //游戏记录
AvengersPacketID_PACKET_SC_AVENGERS_BURSTHISTORY AvengersPacketID = 5186 //爆奖记录
AvengersPacketID_PACKET_SC_AVENGERS_GAMEJACKPOT AvengersPacketID = 5187 //奖池
)
// Enum value maps for AvengersPacketID.
var (
AvengersPacketID_name = map[int32]string{
0: "PACKET_Avengers_ZERO",
5180: "PACKET_SC_AVENGERS_ROOMINFO",
5181: "PACKET_CS_AVENGERS_PLAYEROP",
5182: "PACKET_SC_AVENGERS_PLAYEROP",
5183: "PACKET_SC_AVENGERS_ROOMSTATE",
5184: "PACKET_SC_AVENGERS_GAMEBILLED",
5185: "PACKET_SC_AVENGERS_PLAYERHISTORY",
5186: "PACKET_SC_AVENGERS_BURSTHISTORY",
5187: "PACKET_SC_AVENGERS_GAMEJACKPOT",
}
AvengersPacketID_value = map[string]int32{
"PACKET_Avengers_ZERO": 0,
"PACKET_SC_AVENGERS_ROOMINFO": 5180,
"PACKET_CS_AVENGERS_PLAYEROP": 5181,
"PACKET_SC_AVENGERS_PLAYEROP": 5182,
"PACKET_SC_AVENGERS_ROOMSTATE": 5183,
"PACKET_SC_AVENGERS_GAMEBILLED": 5184,
"PACKET_SC_AVENGERS_PLAYERHISTORY": 5185,
"PACKET_SC_AVENGERS_BURSTHISTORY": 5186,
"PACKET_SC_AVENGERS_GAMEJACKPOT": 5187,
}
)
func (x AvengersPacketID) Enum() *AvengersPacketID {
p := new(AvengersPacketID)
*p = x
return p
}
func (x AvengersPacketID) String() string {
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
}
func (AvengersPacketID) Descriptor() protoreflect.EnumDescriptor {
return file_avengers_proto_enumTypes[1].Descriptor()
}
func (AvengersPacketID) Type() protoreflect.EnumType {
return &file_avengers_proto_enumTypes[1]
}
func (x AvengersPacketID) Number() protoreflect.EnumNumber {
return protoreflect.EnumNumber(x)
}
// Deprecated: Use AvengersPacketID.Descriptor instead.
func (AvengersPacketID) EnumDescriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{1}
}
type AvengersPlayerData struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` //名字
SnId int32 `protobuf:"varint,2,opt,name=SnId,proto3" json:"SnId,omitempty"` //账号
Head int32 `protobuf:"varint,3,opt,name=Head,proto3" json:"Head,omitempty"` //头像
Sex int32 `protobuf:"varint,4,opt,name=Sex,proto3" json:"Sex,omitempty"` //性别
Coin int64 `protobuf:"varint,5,opt,name=Coin,proto3" json:"Coin,omitempty"` //金币
HeadOutLine int32 `protobuf:"varint,6,opt,name=HeadOutLine,proto3" json:"HeadOutLine,omitempty"` //头像框
VIP int32 `protobuf:"varint,7,opt,name=VIP,proto3" json:"VIP,omitempty"`
Params []string `protobuf:"bytes,8,rep,name=Params,proto3" json:"Params,omitempty"` //其他数据 如:ip 等
}
func (x *AvengersPlayerData) Reset() {
*x = AvengersPlayerData{}
if protoimpl.UnsafeEnabled {
mi := &file_avengers_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *AvengersPlayerData) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*AvengersPlayerData) ProtoMessage() {}
func (x *AvengersPlayerData) ProtoReflect() protoreflect.Message {
mi := &file_avengers_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use AvengersPlayerData.ProtoReflect.Descriptor instead.
func (*AvengersPlayerData) Descriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{0}
}
func (x *AvengersPlayerData) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *AvengersPlayerData) GetSnId() int32 {
if x != nil {
return x.SnId
}
return 0
}
func (x *AvengersPlayerData) GetHead() int32 {
if x != nil {
return x.Head
}
return 0
}
func (x *AvengersPlayerData) GetSex() int32 {
if x != nil {
return x.Sex
}
return 0
}
func (x *AvengersPlayerData) GetCoin() int64 {
if x != nil {
return x.Coin
}
return 0
}
func (x *AvengersPlayerData) GetHeadOutLine() int32 {
if x != nil {
return x.HeadOutLine
}
return 0
}
func (x *AvengersPlayerData) GetVIP() int32 {
if x != nil {
return x.VIP
}
return 0
}
func (x *AvengersPlayerData) GetParams() []string {
if x != nil {
return x.Params
}
return nil
}
//小游戏信息
type AvengersBonusGameInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
BonusData []int64 `protobuf:"varint,1,rep,packed,name=BonusData,proto3" json:"BonusData,omitempty"`
TotalPrizeValue int64 `protobuf:"varint,2,opt,name=TotalPrizeValue,proto3" json:"TotalPrizeValue,omitempty"`
Mutiplier int32 `protobuf:"varint,3,opt,name=Mutiplier,proto3" json:"Mutiplier,omitempty"`
DataMultiplier int64 `protobuf:"varint,4,opt,name=DataMultiplier,proto3" json:"DataMultiplier,omitempty"`
}
func (x *AvengersBonusGameInfo) Reset() {
*x = AvengersBonusGameInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_avengers_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *AvengersBonusGameInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*AvengersBonusGameInfo) ProtoMessage() {}
func (x *AvengersBonusGameInfo) ProtoReflect() protoreflect.Message {
mi := &file_avengers_proto_msgTypes[1]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use AvengersBonusGameInfo.ProtoReflect.Descriptor instead.
func (*AvengersBonusGameInfo) Descriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{1}
}
func (x *AvengersBonusGameInfo) GetBonusData() []int64 {
if x != nil {
return x.BonusData
}
return nil
}
func (x *AvengersBonusGameInfo) GetTotalPrizeValue() int64 {
if x != nil {
return x.TotalPrizeValue
}
return 0
}
func (x *AvengersBonusGameInfo) GetMutiplier() int32 {
if x != nil {
return x.Mutiplier
}
return 0
}
func (x *AvengersBonusGameInfo) GetDataMultiplier() int64 {
if x != nil {
return x.DataMultiplier
}
return 0
}
//房间信息
type SCAvengersRoomInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
RoomId int32 `protobuf:"varint,1,opt,name=RoomId,proto3" json:"RoomId,omitempty"` //房间id
Creator int32 `protobuf:"varint,2,opt,name=Creator,proto3" json:"Creator,omitempty"` //创建者SnId
GameId int32 `protobuf:"varint,3,opt,name=GameId,proto3" json:"GameId,omitempty"` //游戏id
RoomMode int32 `protobuf:"varint,4,opt,name=RoomMode,proto3" json:"RoomMode,omitempty"` //游戏模式
Params []int32 `protobuf:"varint,5,rep,packed,name=Params,proto3" json:"Params,omitempty"` //规则参数
State int32 `protobuf:"varint,6,opt,name=State,proto3" json:"State,omitempty"` //房间当前状态
BetLines []int64 `protobuf:"varint,7,rep,packed,name=BetLines,proto3" json:"BetLines,omitempty"` //玩家下注选线数组
Chip int32 `protobuf:"varint,8,opt,name=Chip,proto3" json:"Chip,omitempty"` //当前选择的押注
Players []*AvengersPlayerData `protobuf:"bytes,9,rep,name=Players,proto3" json:"Players,omitempty"` //房间内的玩家信息
FreeTimes int32 `protobuf:"varint,10,opt,name=FreeTimes,proto3" json:"FreeTimes,omitempty"` //免费转动次数
Jackpot int64 `protobuf:"varint,11,opt,name=Jackpot,proto3" json:"Jackpot,omitempty"` //奖池金额
TotalPriceBonus int64 `protobuf:"varint,12,opt,name=TotalPriceBonus,proto3" json:"TotalPriceBonus,omitempty"` //总bonus分 大于0时代表小游戏还未结束
SpinID int64 `protobuf:"varint,13,opt,name=SpinID,proto3" json:"SpinID,omitempty"` //操作ID
ParamsEx []int32 `protobuf:"varint,14,rep,packed,name=ParamsEx,proto3" json:"ParamsEx,omitempty"` //其他参数
BonusGame *AvengersBonusGameInfo `protobuf:"bytes,15,opt,name=BonusGame,proto3" json:"BonusGame,omitempty"` //小游戏未结束 附加小游戏信息
BonusX []int32 `protobuf:"varint,16,rep,packed,name=BonusX,proto3" json:"BonusX,omitempty"` //小游戏未结束 附加小游戏倍数选项Bonus图标的数量为3/4/5时分别为 1,2,3 或 2,3,4 或 3,4,5
GameFreeId int32 `protobuf:"varint,17,opt,name=GameFreeId,proto3" json:"GameFreeId,omitempty"`
BilledData *GameBilledData `protobuf:"bytes,18,opt,name=BilledData,proto3" json:"BilledData,omitempty"` //上一局结算信息,用于断线重连
}
func (x *SCAvengersRoomInfo) Reset() {
*x = SCAvengersRoomInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_avengers_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SCAvengersRoomInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SCAvengersRoomInfo) ProtoMessage() {}
func (x *SCAvengersRoomInfo) ProtoReflect() protoreflect.Message {
mi := &file_avengers_proto_msgTypes[2]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SCAvengersRoomInfo.ProtoReflect.Descriptor instead.
func (*SCAvengersRoomInfo) Descriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{2}
}
func (x *SCAvengersRoomInfo) GetRoomId() int32 {
if x != nil {
return x.RoomId
}
return 0
}
func (x *SCAvengersRoomInfo) GetCreator() int32 {
if x != nil {
return x.Creator
}
return 0
}
func (x *SCAvengersRoomInfo) GetGameId() int32 {
if x != nil {
return x.GameId
}
return 0
}
func (x *SCAvengersRoomInfo) GetRoomMode() int32 {
if x != nil {
return x.RoomMode
}
return 0
}
func (x *SCAvengersRoomInfo) GetParams() []int32 {
if x != nil {
return x.Params
}
return nil
}
func (x *SCAvengersRoomInfo) GetState() int32 {
if x != nil {
return x.State
}
return 0
}
func (x *SCAvengersRoomInfo) GetBetLines() []int64 {
if x != nil {
return x.BetLines
}
return nil
}
func (x *SCAvengersRoomInfo) GetChip() int32 {
if x != nil {
return x.Chip
}
return 0
}
func (x *SCAvengersRoomInfo) GetPlayers() []*AvengersPlayerData {
if x != nil {
return x.Players
}
return nil
}
func (x *SCAvengersRoomInfo) GetFreeTimes() int32 {
if x != nil {
return x.FreeTimes
}
return 0
}
func (x *SCAvengersRoomInfo) GetJackpot() int64 {
if x != nil {
return x.Jackpot
}
return 0
}
func (x *SCAvengersRoomInfo) GetTotalPriceBonus() int64 {
if x != nil {
return x.TotalPriceBonus
}
return 0
}
func (x *SCAvengersRoomInfo) GetSpinID() int64 {
if x != nil {
return x.SpinID
}
return 0
}
func (x *SCAvengersRoomInfo) GetParamsEx() []int32 {
if x != nil {
return x.ParamsEx
}
return nil
}
func (x *SCAvengersRoomInfo) GetBonusGame() *AvengersBonusGameInfo {
if x != nil {
return x.BonusGame
}
return nil
}
func (x *SCAvengersRoomInfo) GetBonusX() []int32 {
if x != nil {
return x.BonusX
}
return nil
}
func (x *SCAvengersRoomInfo) GetGameFreeId() int32 {
if x != nil {
return x.GameFreeId
}
return 0
}
func (x *SCAvengersRoomInfo) GetBilledData() *GameBilledData {
if x != nil {
return x.BilledData
}
return nil
}
//玩家操作
type CSAvengersOp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
OpCode int32 `protobuf:"varint,1,opt,name=OpCode,proto3" json:"OpCode,omitempty"` //操作码 0:开始{0押注倍数,1-n选线} 1:玩家记录信息 2:大奖记录 3:小游戏
Params []int64 `protobuf:"varint,2,rep,packed,name=Params,proto3" json:"Params,omitempty"` //操作参数
}
func (x *CSAvengersOp) Reset() {
*x = CSAvengersOp{}
if protoimpl.UnsafeEnabled {
mi := &file_avengers_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *CSAvengersOp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CSAvengersOp) ProtoMessage() {}
func (x *CSAvengersOp) ProtoReflect() protoreflect.Message {
mi := &file_avengers_proto_msgTypes[3]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CSAvengersOp.ProtoReflect.Descriptor instead.
func (*CSAvengersOp) Descriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{3}
}
func (x *CSAvengersOp) GetOpCode() int32 {
if x != nil {
return x.OpCode
}
return 0
}
func (x *CSAvengersOp) GetParams() []int64 {
if x != nil {
return x.Params
}
return nil
}
//玩家操作返回
type SCAvengersOp struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SnId int32 `protobuf:"varint,1,opt,name=SnId,proto3" json:"SnId,omitempty"` //玩家ID
OpCode int32 `protobuf:"varint,2,opt,name=OpCode,proto3" json:"OpCode,omitempty"` //操作码
Params []int64 `protobuf:"varint,3,rep,packed,name=Params,proto3" json:"Params,omitempty"` //操作参数
OpRetCode OpResultCode `protobuf:"varint,4,opt,name=OpRetCode,proto3,enum=avengers.OpResultCode" json:"OpRetCode,omitempty"` //操作结果
}
func (x *SCAvengersOp) Reset() {
*x = SCAvengersOp{}
if protoimpl.UnsafeEnabled {
mi := &file_avengers_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SCAvengersOp) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SCAvengersOp) ProtoMessage() {}
func (x *SCAvengersOp) ProtoReflect() protoreflect.Message {
mi := &file_avengers_proto_msgTypes[4]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SCAvengersOp.ProtoReflect.Descriptor instead.
func (*SCAvengersOp) Descriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{4}
}
func (x *SCAvengersOp) GetSnId() int32 {
if x != nil {
return x.SnId
}
return 0
}
func (x *SCAvengersOp) GetOpCode() int32 {
if x != nil {
return x.OpCode
}
return 0
}
func (x *SCAvengersOp) GetParams() []int64 {
if x != nil {
return x.Params
}
return nil
}
func (x *SCAvengersOp) GetOpRetCode() OpResultCode {
if x != nil {
return x.OpRetCode
}
return OpResultCode_OPRC_Sucess
}
//每条线的结算数据
type AvengersLinesInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
LineId int32 `protobuf:"varint,1,opt,name=LineId,proto3" json:"LineId,omitempty"` //中奖线路25条线路中的一条[1,25]
PrizeId int32 `protobuf:"varint,2,opt,name=PrizeId,proto3" json:"PrizeId,omitempty"` //中奖Id(暂时忽略)
Position []int32 `protobuf:"varint,3,rep,packed,name=Position,proto3" json:"Position,omitempty"` //线条匹配位置
PrizeValue int64 `protobuf:"varint,4,opt,name=PrizeValue,proto3" json:"PrizeValue,omitempty"` //线条奖金
}
func (x *AvengersLinesInfo) Reset() {
*x = AvengersLinesInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_avengers_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *AvengersLinesInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*AvengersLinesInfo) ProtoMessage() {}
func (x *AvengersLinesInfo) ProtoReflect() protoreflect.Message {
mi := &file_avengers_proto_msgTypes[5]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use AvengersLinesInfo.ProtoReflect.Descriptor instead.
func (*AvengersLinesInfo) Descriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{5}
}
func (x *AvengersLinesInfo) GetLineId() int32 {
if x != nil {
return x.LineId
}
return 0
}
func (x *AvengersLinesInfo) GetPrizeId() int32 {
if x != nil {
return x.PrizeId
}
return 0
}
func (x *AvengersLinesInfo) GetPosition() []int32 {
if x != nil {
return x.Position
}
return nil
}
func (x *AvengersLinesInfo) GetPrizeValue() int64 {
if x != nil {
return x.PrizeValue
}
return 0
}
type GameBilledData struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SpinID int64 `protobuf:"varint,1,opt,name=SpinID,proto3" json:"SpinID,omitempty"` //操作ID
SlotsData []int32 `protobuf:"varint,2,rep,packed,name=SlotsData,proto3" json:"SlotsData,omitempty"` //需要翻出的牌数组15个,如:[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 2, 3, 4, 5, 6]
AddFreeSpin int32 `protobuf:"varint,3,opt,name=AddFreeSpin,proto3" json:"AddFreeSpin,omitempty"` //新增免费转动次数
IsJackpot bool `protobuf:"varint,4,opt,name=IsJackpot,proto3" json:"IsJackpot,omitempty"` //是否爆奖
PrizeLines []*AvengersLinesInfo `protobuf:"bytes,5,rep,name=PrizeLines,proto3" json:"PrizeLines,omitempty"` //中奖的结果数组,存每条线的情况
TotalPrizeValue int64 `protobuf:"varint,6,opt,name=TotalPrizeValue,proto3" json:"TotalPrizeValue,omitempty"` //中奖的总分数
TotalPaylinePrizeValue int64 `protobuf:"varint,7,opt,name=TotalPaylinePrizeValue,proto3" json:"TotalPaylinePrizeValue,omitempty"` //除了爆奖金额之外的线条奖金
TotalJackpotValue int64 `protobuf:"varint,8,opt,name=TotalJackpotValue,proto3" json:"TotalJackpotValue,omitempty"` //爆奖金额
Balance int64 `protobuf:"varint,9,opt,name=Balance,proto3" json:"Balance,omitempty"` //玩家余额
FreeSpins int32 `protobuf:"varint,10,opt,name=FreeSpins,proto3" json:"FreeSpins,omitempty"` //剩余免费转动次数
Jackpot int64 `protobuf:"varint,11,opt,name=Jackpot,proto3" json:"Jackpot,omitempty"` //奖池金额
BonusX []int32 `protobuf:"varint,12,rep,packed,name=BonusX,proto3" json:"BonusX,omitempty"` //小游戏倍数Bonus图标的数量为3/4/5时分别为 1,2,3 或 2,3,4 或 3,4,5
BonusGame *AvengersBonusGameInfo `protobuf:"bytes,13,opt,name=BonusGame,proto3" json:"BonusGame,omitempty"` //Bonus的数量大于等于3时的小游戏
ResponseStatus int64 `protobuf:"varint,14,opt,name=ResponseStatus,proto3" json:"ResponseStatus,omitempty"` //状态码
}
func (x *GameBilledData) Reset() {
*x = GameBilledData{}
if protoimpl.UnsafeEnabled {
mi := &file_avengers_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GameBilledData) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GameBilledData) ProtoMessage() {}
func (x *GameBilledData) ProtoReflect() protoreflect.Message {
mi := &file_avengers_proto_msgTypes[6]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GameBilledData.ProtoReflect.Descriptor instead.
func (*GameBilledData) Descriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{6}
}
func (x *GameBilledData) GetSpinID() int64 {
if x != nil {
return x.SpinID
}
return 0
}
func (x *GameBilledData) GetSlotsData() []int32 {
if x != nil {
return x.SlotsData
}
return nil
}
func (x *GameBilledData) GetAddFreeSpin() int32 {
if x != nil {
return x.AddFreeSpin
}
return 0
}
func (x *GameBilledData) GetIsJackpot() bool {
if x != nil {
return x.IsJackpot
}
return false
}
func (x *GameBilledData) GetPrizeLines() []*AvengersLinesInfo {
if x != nil {
return x.PrizeLines
}
return nil
}
func (x *GameBilledData) GetTotalPrizeValue() int64 {
if x != nil {
return x.TotalPrizeValue
}
return 0
}
func (x *GameBilledData) GetTotalPaylinePrizeValue() int64 {
if x != nil {
return x.TotalPaylinePrizeValue
}
return 0
}
func (x *GameBilledData) GetTotalJackpotValue() int64 {
if x != nil {
return x.TotalJackpotValue
}
return 0
}
func (x *GameBilledData) GetBalance() int64 {
if x != nil {
return x.Balance
}
return 0
}
func (x *GameBilledData) GetFreeSpins() int32 {
if x != nil {
return x.FreeSpins
}
return 0
}
func (x *GameBilledData) GetJackpot() int64 {
if x != nil {
return x.Jackpot
}
return 0
}
func (x *GameBilledData) GetBonusX() []int32 {
if x != nil {
return x.BonusX
}
return nil
}
func (x *GameBilledData) GetBonusGame() *AvengersBonusGameInfo {
if x != nil {
return x.BonusGame
}
return nil
}
func (x *GameBilledData) GetResponseStatus() int64 {
if x != nil {
return x.ResponseStatus
}
return 0
}
//发送给客户端的数据 结算
type SCAvengersGameBilled struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
BilledData *GameBilledData `protobuf:"bytes,2,opt,name=BilledData,proto3" json:"BilledData,omitempty"` //结算信息
}
func (x *SCAvengersGameBilled) Reset() {
*x = SCAvengersGameBilled{}
if protoimpl.UnsafeEnabled {
mi := &file_avengers_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SCAvengersGameBilled) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SCAvengersGameBilled) ProtoMessage() {}
func (x *SCAvengersGameBilled) ProtoReflect() protoreflect.Message {
mi := &file_avengers_proto_msgTypes[7]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SCAvengersGameBilled.ProtoReflect.Descriptor instead.
func (*SCAvengersGameBilled) Descriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{7}
}
func (x *SCAvengersGameBilled) GetBilledData() *GameBilledData {
if x != nil {
return x.BilledData
}
return nil
}
// 玩家记录信息
type AvengersPlayerHistoryInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
SpinID string `protobuf:"bytes,1,opt,name=SpinID,proto3" json:"SpinID,omitempty"` // 操作id
CreatedTime int64 `protobuf:"varint,2,opt,name=CreatedTime,proto3" json:"CreatedTime,omitempty"` // 时间
TotalBetValue int64 `protobuf:"varint,3,opt,name=TotalBetValue,proto3" json:"TotalBetValue,omitempty"` // 总下注
TotalPriceValue int64 `protobuf:"varint,4,opt,name=TotalPriceValue,proto3" json:"TotalPriceValue,omitempty"` // 总赢分
IsFree bool `protobuf:"varint,5,opt,name=IsFree,proto3" json:"IsFree,omitempty"` // 是否免费
TotalBonusValue int64 `protobuf:"varint,6,opt,name=TotalBonusValue,proto3" json:"TotalBonusValue,omitempty"` // 是否免费
}
func (x *AvengersPlayerHistoryInfo) Reset() {
*x = AvengersPlayerHistoryInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_avengers_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *AvengersPlayerHistoryInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*AvengersPlayerHistoryInfo) ProtoMessage() {}
func (x *AvengersPlayerHistoryInfo) ProtoReflect() protoreflect.Message {
mi := &file_avengers_proto_msgTypes[8]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use AvengersPlayerHistoryInfo.ProtoReflect.Descriptor instead.
func (*AvengersPlayerHistoryInfo) Descriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{8}
}
func (x *AvengersPlayerHistoryInfo) GetSpinID() string {
if x != nil {
return x.SpinID
}
return ""
}
func (x *AvengersPlayerHistoryInfo) GetCreatedTime() int64 {
if x != nil {
return x.CreatedTime
}
return 0
}
func (x *AvengersPlayerHistoryInfo) GetTotalBetValue() int64 {
if x != nil {
return x.TotalBetValue
}
return 0
}
func (x *AvengersPlayerHistoryInfo) GetTotalPriceValue() int64 {
if x != nil {
return x.TotalPriceValue
}
return 0
}
func (x *AvengersPlayerHistoryInfo) GetIsFree() bool {
if x != nil {
return x.IsFree
}
return false
}
func (x *AvengersPlayerHistoryInfo) GetTotalBonusValue() int64 {
if x != nil {
return x.TotalBonusValue
}
return 0
}
// 玩家记录
type SCAvengersPlayerHistory struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
PlayerHistory []*AvengersPlayerHistoryInfo `protobuf:"bytes,1,rep,name=PlayerHistory,proto3" json:"PlayerHistory,omitempty"`
}
func (x *SCAvengersPlayerHistory) Reset() {
*x = SCAvengersPlayerHistory{}
if protoimpl.UnsafeEnabled {
mi := &file_avengers_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SCAvengersPlayerHistory) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SCAvengersPlayerHistory) ProtoMessage() {}
func (x *SCAvengersPlayerHistory) ProtoReflect() protoreflect.Message {
mi := &file_avengers_proto_msgTypes[9]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SCAvengersPlayerHistory.ProtoReflect.Descriptor instead.
func (*SCAvengersPlayerHistory) Descriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{9}
}
func (x *SCAvengersPlayerHistory) GetPlayerHistory() []*AvengersPlayerHistoryInfo {
if x != nil {
return x.PlayerHistory
}
return nil
}
// 爆奖记录信息
type AvengersBurstHistoryInfo struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
UserName string `protobuf:"bytes,1,opt,name=UserName,proto3" json:"UserName,omitempty"` // 昵称
PriceValue int64 `protobuf:"varint,2,opt,name=PriceValue,proto3" json:"PriceValue,omitempty"` // 大奖赢分
TotalBet int64 `protobuf:"varint,3,opt,name=TotalBet,proto3" json:"TotalBet,omitempty"` // 时间
Ts int64 `protobuf:"varint,4,opt,name=Ts,proto3" json:"Ts,omitempty"` // 时间
}
func (x *AvengersBurstHistoryInfo) Reset() {
*x = AvengersBurstHistoryInfo{}
if protoimpl.UnsafeEnabled {
mi := &file_avengers_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *AvengersBurstHistoryInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*AvengersBurstHistoryInfo) ProtoMessage() {}
func (x *AvengersBurstHistoryInfo) ProtoReflect() protoreflect.Message {
mi := &file_avengers_proto_msgTypes[10]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use AvengersBurstHistoryInfo.ProtoReflect.Descriptor instead.
func (*AvengersBurstHistoryInfo) Descriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{10}
}
func (x *AvengersBurstHistoryInfo) GetUserName() string {
if x != nil {
return x.UserName
}
return ""
}
func (x *AvengersBurstHistoryInfo) GetPriceValue() int64 {
if x != nil {
return x.PriceValue
}
return 0
}
func (x *AvengersBurstHistoryInfo) GetTotalBet() int64 {
if x != nil {
return x.TotalBet
}
return 0
}
func (x *AvengersBurstHistoryInfo) GetTs() int64 {
if x != nil {
return x.Ts
}
return 0
}
// 大奖记录
type SCAvengersBurstHistory struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
BurstLog []*AvengersBurstHistoryInfo `protobuf:"bytes,1,rep,name=BurstLog,proto3" json:"BurstLog,omitempty"`
}
func (x *SCAvengersBurstHistory) Reset() {
*x = SCAvengersBurstHistory{}
if protoimpl.UnsafeEnabled {
mi := &file_avengers_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SCAvengersBurstHistory) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SCAvengersBurstHistory) ProtoMessage() {}
func (x *SCAvengersBurstHistory) ProtoReflect() protoreflect.Message {
mi := &file_avengers_proto_msgTypes[11]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SCAvengersBurstHistory.ProtoReflect.Descriptor instead.
func (*SCAvengersBurstHistory) Descriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{11}
}
func (x *SCAvengersBurstHistory) GetBurstLog() []*AvengersBurstHistoryInfo {
if x != nil {
return x.BurstLog
}
return nil
}
//房间状态
type SCAvengersRoomState struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
State int32 `protobuf:"varint,1,opt,name=State,proto3" json:"State,omitempty"` //房间当前状态
}
func (x *SCAvengersRoomState) Reset() {
*x = SCAvengersRoomState{}
if protoimpl.UnsafeEnabled {
mi := &file_avengers_proto_msgTypes[12]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *SCAvengersRoomState) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SCAvengersRoomState) ProtoMessage() {}
func (x *SCAvengersRoomState) ProtoReflect() protoreflect.Message {
mi := &file_avengers_proto_msgTypes[12]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SCAvengersRoomState.ProtoReflect.Descriptor instead.
func (*SCAvengersRoomState) Descriptor() ([]byte, []int) {
return file_avengers_proto_rawDescGZIP(), []int{12}
}
func (x *SCAvengersRoomState) GetState() int32 {
if x != nil {
return x.State
}
return 0
}
var File_avengers_proto protoreflect.FileDescriptor
var file_avengers_proto_rawDesc = []byte{
0x0a, 0x0e, 0x61, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x12, 0x08, 0x61, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x22, 0xc2, 0x01, 0x0a, 0x12, 0x41,
0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x61, 0x74,
0x61, 0x12, 0x12, 0x0a, 0x04, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
0x04, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x53, 0x6e, 0x49, 0x64, 0x18, 0x02, 0x20,
0x01, 0x28, 0x05, 0x52, 0x04, 0x53, 0x6e, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x48, 0x65, 0x61,
0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x48, 0x65, 0x61, 0x64, 0x12, 0x10, 0x0a,
0x03, 0x53, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x53, 0x65, 0x78, 0x12,
0x12, 0x0a, 0x04, 0x43, 0x6f, 0x69, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x43,
0x6f, 0x69, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x48, 0x65, 0x61, 0x64, 0x4f, 0x75, 0x74, 0x4c, 0x69,
0x6e, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x48, 0x65, 0x61, 0x64, 0x4f, 0x75,
0x74, 0x4c, 0x69, 0x6e, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x56, 0x49, 0x50, 0x18, 0x07, 0x20, 0x01,
0x28, 0x05, 0x52, 0x03, 0x56, 0x49, 0x50, 0x12, 0x16, 0x0a, 0x06, 0x50, 0x61, 0x72, 0x61, 0x6d,
0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x22,
0xa5, 0x01, 0x0a, 0x15, 0x41, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x42, 0x6f, 0x6e, 0x75,
0x73, 0x47, 0x61, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x42, 0x6f, 0x6e,
0x75, 0x73, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x09, 0x42, 0x6f,
0x6e, 0x75, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x28, 0x0a, 0x0f, 0x54, 0x6f, 0x74, 0x61, 0x6c,
0x50, 0x72, 0x69, 0x7a, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03,
0x52, 0x0f, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x7a, 0x65, 0x56, 0x61, 0x6c, 0x75,
0x65, 0x12, 0x1c, 0x0a, 0x09, 0x4d, 0x75, 0x74, 0x69, 0x70, 0x6c, 0x69, 0x65, 0x72, 0x18, 0x03,
0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x4d, 0x75, 0x74, 0x69, 0x70, 0x6c, 0x69, 0x65, 0x72, 0x12,
0x26, 0x0a, 0x0e, 0x44, 0x61, 0x74, 0x61, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x69, 0x65,
0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x44, 0x61, 0x74, 0x61, 0x4d, 0x75, 0x6c,
0x74, 0x69, 0x70, 0x6c, 0x69, 0x65, 0x72, 0x22, 0xd7, 0x04, 0x0a, 0x12, 0x53, 0x43, 0x41, 0x76,
0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16,
0x0a, 0x06, 0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06,
0x52, 0x6f, 0x6f, 0x6d, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x43, 0x72, 0x65, 0x61, 0x74, 0x6f,
0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x43, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72,
0x12, 0x16, 0x0a, 0x06, 0x47, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05,
0x52, 0x06, 0x47, 0x61, 0x6d, 0x65, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x52, 0x6f, 0x6f, 0x6d,
0x4d, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x52, 0x6f, 0x6f, 0x6d,
0x4d, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x05,
0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x14, 0x0a, 0x05,
0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x53, 0x74, 0x61,
0x74, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x42, 0x65, 0x74, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x18, 0x07,
0x20, 0x03, 0x28, 0x03, 0x52, 0x08, 0x42, 0x65, 0x74, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0x12,
0x0a, 0x04, 0x43, 0x68, 0x69, 0x70, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x43, 0x68,
0x69, 0x70, 0x12, 0x36, 0x0a, 0x07, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x73, 0x18, 0x09, 0x20,
0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x61, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x2e, 0x41,
0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x44, 0x61, 0x74,
0x61, 0x52, 0x07, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x46, 0x72,
0x65, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x46,
0x72, 0x65, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x4a, 0x61, 0x63, 0x6b,
0x70, 0x6f, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x4a, 0x61, 0x63, 0x6b, 0x70,
0x6f, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65,
0x42, 0x6f, 0x6e, 0x75, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x54, 0x6f, 0x74,
0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06,
0x53, 0x70, 0x69, 0x6e, 0x49, 0x44, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x53, 0x70,
0x69, 0x6e, 0x49, 0x44, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x45, 0x78,
0x18, 0x0e, 0x20, 0x03, 0x28, 0x05, 0x52, 0x08, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x45, 0x78,
0x12, 0x3d, 0x0a, 0x09, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x47, 0x61, 0x6d, 0x65, 0x18, 0x0f, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x61, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x2e, 0x41,
0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x47, 0x61, 0x6d, 0x65,
0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x47, 0x61, 0x6d, 0x65, 0x12,
0x16, 0x0a, 0x06, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x58, 0x18, 0x10, 0x20, 0x03, 0x28, 0x05, 0x52,
0x06, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x58, 0x12, 0x1e, 0x0a, 0x0a, 0x47, 0x61, 0x6d, 0x65, 0x46,
0x72, 0x65, 0x65, 0x49, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x47, 0x61, 0x6d,
0x65, 0x46, 0x72, 0x65, 0x65, 0x49, 0x64, 0x12, 0x38, 0x0a, 0x0a, 0x42, 0x69, 0x6c, 0x6c, 0x65,
0x64, 0x44, 0x61, 0x74, 0x61, 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x61, 0x76,
0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x2e, 0x47, 0x61, 0x6d, 0x65, 0x42, 0x69, 0x6c, 0x6c, 0x65,
0x64, 0x44, 0x61, 0x74, 0x61, 0x52, 0x0a, 0x42, 0x69, 0x6c, 0x6c, 0x65, 0x64, 0x44, 0x61, 0x74,
0x61, 0x22, 0x3e, 0x0a, 0x0c, 0x43, 0x53, 0x41, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x4f,
0x70, 0x12, 0x16, 0x0a, 0x06, 0x4f, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
0x05, 0x52, 0x06, 0x4f, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x50, 0x61, 0x72,
0x61, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x03, 0x52, 0x06, 0x50, 0x61, 0x72, 0x61, 0x6d,
0x73, 0x22, 0x88, 0x01, 0x0a, 0x0c, 0x53, 0x43, 0x41, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73,
0x4f, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x53, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
0x52, 0x04, 0x53, 0x6e, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x4f, 0x70, 0x43, 0x6f, 0x64, 0x65,
0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x4f, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x16,
0x0a, 0x06, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x03, 0x52, 0x06,
0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x34, 0x0a, 0x09, 0x4f, 0x70, 0x52, 0x65, 0x74, 0x43,
0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x16, 0x2e, 0x61, 0x76, 0x65, 0x6e,
0x67, 0x65, 0x72, 0x73, 0x2e, 0x4f, 0x70, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x43, 0x6f, 0x64,
0x65, 0x52, 0x09, 0x4f, 0x70, 0x52, 0x65, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x22, 0x81, 0x01, 0x0a,
0x11, 0x41, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x49, 0x6e,
0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x4c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
0x28, 0x05, 0x52, 0x06, 0x4c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x50, 0x72,
0x69, 0x7a, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x50, 0x72, 0x69,
0x7a, 0x65, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
0x18, 0x03, 0x20, 0x03, 0x28, 0x05, 0x52, 0x08, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e,
0x12, 0x1e, 0x0a, 0x0a, 0x50, 0x72, 0x69, 0x7a, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04,
0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x50, 0x72, 0x69, 0x7a, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65,
0x22, 0xa4, 0x04, 0x0a, 0x0e, 0x47, 0x61, 0x6d, 0x65, 0x42, 0x69, 0x6c, 0x6c, 0x65, 0x64, 0x44,
0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x70, 0x69, 0x6e, 0x49, 0x44, 0x18, 0x01, 0x20,
0x01, 0x28, 0x03, 0x52, 0x06, 0x53, 0x70, 0x69, 0x6e, 0x49, 0x44, 0x12, 0x1c, 0x0a, 0x09, 0x53,
0x6c, 0x6f, 0x74, 0x73, 0x44, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x05, 0x52, 0x09,
0x53, 0x6c, 0x6f, 0x74, 0x73, 0x44, 0x61, 0x74, 0x61, 0x12, 0x20, 0x0a, 0x0b, 0x41, 0x64, 0x64,
0x46, 0x72, 0x65, 0x65, 0x53, 0x70, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b,
0x41, 0x64, 0x64, 0x46, 0x72, 0x65, 0x65, 0x53, 0x70, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x49,
0x73, 0x4a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09,
0x49, 0x73, 0x4a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x12, 0x3b, 0x0a, 0x0a, 0x50, 0x72, 0x69,
0x7a, 0x65, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
0x61, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x2e, 0x41, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72,
0x73, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x50, 0x72, 0x69, 0x7a,
0x65, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x50,
0x72, 0x69, 0x7a, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52,
0x0f, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x7a, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65,
0x12, 0x36, 0x0a, 0x16, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x61, 0x79, 0x6c, 0x69, 0x6e, 0x65,
0x50, 0x72, 0x69, 0x7a, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03,
0x52, 0x16, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x61, 0x79, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x72,
0x69, 0x7a, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x54, 0x6f, 0x74, 0x61,
0x6c, 0x4a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x08, 0x20,
0x01, 0x28, 0x03, 0x52, 0x11, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x4a, 0x61, 0x63, 0x6b, 0x70, 0x6f,
0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63,
0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65,
0x12, 0x1c, 0x0a, 0x09, 0x46, 0x72, 0x65, 0x65, 0x53, 0x70, 0x69, 0x6e, 0x73, 0x18, 0x0a, 0x20,
0x01, 0x28, 0x05, 0x52, 0x09, 0x46, 0x72, 0x65, 0x65, 0x53, 0x70, 0x69, 0x6e, 0x73, 0x12, 0x18,
0x0a, 0x07, 0x4a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52,
0x07, 0x4a, 0x61, 0x63, 0x6b, 0x70, 0x6f, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x42, 0x6f, 0x6e, 0x75,
0x73, 0x58, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x58,
0x12, 0x3d, 0x0a, 0x09, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x47, 0x61, 0x6d, 0x65, 0x18, 0x0d, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x61, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x2e, 0x41,
0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x47, 0x61, 0x6d, 0x65,
0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x47, 0x61, 0x6d, 0x65, 0x12,
0x26, 0x0a, 0x0e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75,
0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x50, 0x0a, 0x14, 0x53, 0x43, 0x41, 0x76, 0x65,
0x6e, 0x67, 0x65, 0x72, 0x73, 0x47, 0x61, 0x6d, 0x65, 0x42, 0x69, 0x6c, 0x6c, 0x65, 0x64, 0x12,
0x38, 0x0a, 0x0a, 0x42, 0x69, 0x6c, 0x6c, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20,
0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x61, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x2e, 0x47,
0x61, 0x6d, 0x65, 0x42, 0x69, 0x6c, 0x6c, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x52, 0x0a, 0x42,
0x69, 0x6c, 0x6c, 0x65, 0x64, 0x44, 0x61, 0x74, 0x61, 0x22, 0xe7, 0x01, 0x0a, 0x19, 0x41, 0x76,
0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x48, 0x69, 0x73, 0x74,
0x6f, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x70, 0x69, 0x6e, 0x49,
0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x53, 0x70, 0x69, 0x6e, 0x49, 0x44, 0x12,
0x20, 0x0a, 0x0b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02,
0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x54, 0x69, 0x6d,
0x65, 0x12, 0x24, 0x0a, 0x0d, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x42, 0x65, 0x74, 0x56, 0x61, 0x6c,
0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x42,
0x65, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x54, 0x6f, 0x74, 0x61, 0x6c,
0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03,
0x52, 0x0f, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x61, 0x6c, 0x75,
0x65, 0x12, 0x16, 0x0a, 0x06, 0x49, 0x73, 0x46, 0x72, 0x65, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28,
0x08, 0x52, 0x06, 0x49, 0x73, 0x46, 0x72, 0x65, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x54, 0x6f, 0x74,
0x61, 0x6c, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x06, 0x20, 0x01,
0x28, 0x03, 0x52, 0x0f, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x56, 0x61,
0x6c, 0x75, 0x65, 0x22, 0x64, 0x0a, 0x17, 0x53, 0x43, 0x41, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72,
0x73, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x49,
0x0a, 0x0d, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x18,
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x61, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73,
0x2e, 0x41, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x50, 0x6c, 0x61, 0x79, 0x65, 0x72, 0x48,
0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0d, 0x50, 0x6c, 0x61, 0x79,
0x65, 0x72, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x22, 0x82, 0x01, 0x0a, 0x18, 0x41, 0x76,
0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x42, 0x75, 0x72, 0x73, 0x74, 0x48, 0x69, 0x73, 0x74, 0x6f,
0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x61,
0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x61,
0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65,
0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x61, 0x6c,
0x75, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x42, 0x65, 0x74, 0x18, 0x03,
0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x42, 0x65, 0x74, 0x12, 0x0e,
0x0a, 0x02, 0x54, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x54, 0x73, 0x22, 0x58,
0x0a, 0x16, 0x53, 0x43, 0x41, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x42, 0x75, 0x72, 0x73,
0x74, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x3e, 0x0a, 0x08, 0x42, 0x75, 0x72, 0x73,
0x74, 0x4c, 0x6f, 0x67, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x61, 0x76, 0x65,
0x6e, 0x67, 0x65, 0x72, 0x73, 0x2e, 0x41, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x42, 0x75,
0x72, 0x73, 0x74, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08,
0x42, 0x75, 0x72, 0x73, 0x74, 0x4c, 0x6f, 0x67, 0x22, 0x2b, 0x0a, 0x13, 0x53, 0x43, 0x41, 0x76,
0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x52, 0x6f, 0x6f, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12,
0x14, 0x0a, 0x05, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05,
0x53, 0x74, 0x61, 0x74, 0x65, 0x2a, 0x48, 0x0a, 0x0c, 0x4f, 0x70, 0x52, 0x65, 0x73, 0x75, 0x6c,
0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x0f, 0x0a, 0x0b, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x53, 0x75,
0x63, 0x65, 0x73, 0x73, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x45,
0x72, 0x72, 0x6f, 0x72, 0x10, 0x01, 0x12, 0x17, 0x0a, 0x12, 0x4f, 0x50, 0x52, 0x43, 0x5f, 0x43,
0x6f, 0x69, 0x6e, 0x4e, 0x6f, 0x74, 0x45, 0x6e, 0x6f, 0x75, 0x67, 0x68, 0x10, 0xa0, 0x08, 0x2a,
0xcb, 0x02, 0x0a, 0x10, 0x41, 0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x50, 0x61, 0x63, 0x6b,
0x65, 0x74, 0x49, 0x44, 0x12, 0x18, 0x0a, 0x14, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x41,
0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x5f, 0x5a, 0x45, 0x52, 0x4f, 0x10, 0x00, 0x12, 0x20,
0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x41, 0x56, 0x45, 0x4e,
0x47, 0x45, 0x52, 0x53, 0x5f, 0x52, 0x4f, 0x4f, 0x4d, 0x49, 0x4e, 0x46, 0x4f, 0x10, 0xbc, 0x28,
0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x43, 0x53, 0x5f, 0x41, 0x56,
0x45, 0x4e, 0x47, 0x45, 0x52, 0x53, 0x5f, 0x50, 0x4c, 0x41, 0x59, 0x45, 0x52, 0x4f, 0x50, 0x10,
0xbd, 0x28, 0x12, 0x20, 0x0a, 0x1b, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f,
0x41, 0x56, 0x45, 0x4e, 0x47, 0x45, 0x52, 0x53, 0x5f, 0x50, 0x4c, 0x41, 0x59, 0x45, 0x52, 0x4f,
0x50, 0x10, 0xbe, 0x28, 0x12, 0x21, 0x0a, 0x1c, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53,
0x43, 0x5f, 0x41, 0x56, 0x45, 0x4e, 0x47, 0x45, 0x52, 0x53, 0x5f, 0x52, 0x4f, 0x4f, 0x4d, 0x53,
0x54, 0x41, 0x54, 0x45, 0x10, 0xbf, 0x28, 0x12, 0x22, 0x0a, 0x1d, 0x50, 0x41, 0x43, 0x4b, 0x45,
0x54, 0x5f, 0x53, 0x43, 0x5f, 0x41, 0x56, 0x45, 0x4e, 0x47, 0x45, 0x52, 0x53, 0x5f, 0x47, 0x41,
0x4d, 0x45, 0x42, 0x49, 0x4c, 0x4c, 0x45, 0x44, 0x10, 0xc0, 0x28, 0x12, 0x25, 0x0a, 0x20, 0x50,
0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x41, 0x56, 0x45, 0x4e, 0x47, 0x45, 0x52,
0x53, 0x5f, 0x50, 0x4c, 0x41, 0x59, 0x45, 0x52, 0x48, 0x49, 0x53, 0x54, 0x4f, 0x52, 0x59, 0x10,
0xc1, 0x28, 0x12, 0x24, 0x0a, 0x1f, 0x50, 0x41, 0x43, 0x4b, 0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f,
0x41, 0x56, 0x45, 0x4e, 0x47, 0x45, 0x52, 0x53, 0x5f, 0x42, 0x55, 0x52, 0x53, 0x54, 0x48, 0x49,
0x53, 0x54, 0x4f, 0x52, 0x59, 0x10, 0xc2, 0x28, 0x12, 0x23, 0x0a, 0x1e, 0x50, 0x41, 0x43, 0x4b,
0x45, 0x54, 0x5f, 0x53, 0x43, 0x5f, 0x41, 0x56, 0x45, 0x4e, 0x47, 0x45, 0x52, 0x53, 0x5f, 0x47,
0x41, 0x4d, 0x45, 0x4a, 0x41, 0x43, 0x4b, 0x50, 0x4f, 0x54, 0x10, 0xc3, 0x28, 0x42, 0x28, 0x5a,
0x26, 0x6d, 0x6f, 0x6e, 0x67, 0x6f, 0x2e, 0x67, 0x61, 0x6d, 0x65, 0x73, 0x2e, 0x63, 0x6f, 0x6d,
0x2f, 0x67, 0x61, 0x6d, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x2f, 0x61,
0x76, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_avengers_proto_rawDescOnce sync.Once
file_avengers_proto_rawDescData = file_avengers_proto_rawDesc
)
func file_avengers_proto_rawDescGZIP() []byte {
file_avengers_proto_rawDescOnce.Do(func() {
file_avengers_proto_rawDescData = protoimpl.X.CompressGZIP(file_avengers_proto_rawDescData)
})
return file_avengers_proto_rawDescData
}
var file_avengers_proto_enumTypes = make([]protoimpl.EnumInfo, 2)
var file_avengers_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
var file_avengers_proto_goTypes = []interface{}{
(OpResultCode)(0), // 0: avengers.OpResultCode
(AvengersPacketID)(0), // 1: avengers.AvengersPacketID
(*AvengersPlayerData)(nil), // 2: avengers.AvengersPlayerData
(*AvengersBonusGameInfo)(nil), // 3: avengers.AvengersBonusGameInfo
(*SCAvengersRoomInfo)(nil), // 4: avengers.SCAvengersRoomInfo
(*CSAvengersOp)(nil), // 5: avengers.CSAvengersOp
(*SCAvengersOp)(nil), // 6: avengers.SCAvengersOp
(*AvengersLinesInfo)(nil), // 7: avengers.AvengersLinesInfo
(*GameBilledData)(nil), // 8: avengers.GameBilledData
(*SCAvengersGameBilled)(nil), // 9: avengers.SCAvengersGameBilled
(*AvengersPlayerHistoryInfo)(nil), // 10: avengers.AvengersPlayerHistoryInfo
(*SCAvengersPlayerHistory)(nil), // 11: avengers.SCAvengersPlayerHistory
(*AvengersBurstHistoryInfo)(nil), // 12: avengers.AvengersBurstHistoryInfo
(*SCAvengersBurstHistory)(nil), // 13: avengers.SCAvengersBurstHistory
(*SCAvengersRoomState)(nil), // 14: avengers.SCAvengersRoomState
}
var file_avengers_proto_depIdxs = []int32{
2, // 0: avengers.SCAvengersRoomInfo.Players:type_name -> avengers.AvengersPlayerData
3, // 1: avengers.SCAvengersRoomInfo.BonusGame:type_name -> avengers.AvengersBonusGameInfo
8, // 2: avengers.SCAvengersRoomInfo.BilledData:type_name -> avengers.GameBilledData
0, // 3: avengers.SCAvengersOp.OpRetCode:type_name -> avengers.OpResultCode
7, // 4: avengers.GameBilledData.PrizeLines:type_name -> avengers.AvengersLinesInfo
3, // 5: avengers.GameBilledData.BonusGame:type_name -> avengers.AvengersBonusGameInfo
8, // 6: avengers.SCAvengersGameBilled.BilledData:type_name -> avengers.GameBilledData
10, // 7: avengers.SCAvengersPlayerHistory.PlayerHistory:type_name -> avengers.AvengersPlayerHistoryInfo
12, // 8: avengers.SCAvengersBurstHistory.BurstLog:type_name -> avengers.AvengersBurstHistoryInfo
9, // [9:9] is the sub-list for method output_type
9, // [9:9] is the sub-list for method input_type
9, // [9:9] is the sub-list for extension type_name
9, // [9:9] is the sub-list for extension extendee
0, // [0:9] is the sub-list for field type_name
}
func init() { file_avengers_proto_init() }
func file_avengers_proto_init() {
if File_avengers_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_avengers_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*AvengersPlayerData); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_avengers_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*AvengersBonusGameInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_avengers_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SCAvengersRoomInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_avengers_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*CSAvengersOp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_avengers_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SCAvengersOp); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_avengers_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*AvengersLinesInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_avengers_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GameBilledData); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_avengers_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SCAvengersGameBilled); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_avengers_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*AvengersPlayerHistoryInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_avengers_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SCAvengersPlayerHistory); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_avengers_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*AvengersBurstHistoryInfo); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_avengers_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SCAvengersBurstHistory); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_avengers_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*SCAvengersRoomState); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_avengers_proto_rawDesc,
NumEnums: 2,
NumMessages: 13,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_avengers_proto_goTypes,
DependencyIndexes: file_avengers_proto_depIdxs,
EnumInfos: file_avengers_proto_enumTypes,
MessageInfos: file_avengers_proto_msgTypes,
}.Build()
File_avengers_proto = out.File
file_avengers_proto_rawDesc = nil
file_avengers_proto_goTypes = nil
file_avengers_proto_depIdxs = nil
}