// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.30.0 // protoc v4.23.2 // source: jili/jlge.proto package jlge 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 MSymbol struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Symbol int32 `protobuf:"varint,1,opt,name=Symbol,proto3" json:"Symbol,omitempty"` Length int32 `protobuf:"varint,2,opt,name=Length,proto3" json:"Length,omitempty"` Energy int32 `protobuf:"varint,3,opt,name=Energy,proto3" json:"Energy,omitempty"` Framed bool `protobuf:"varint,4,opt,name=Framed,proto3" json:"Framed,omitempty"` } func (x *MSymbol) Reset() { *x = MSymbol{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlge_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *MSymbol) String() string { return protoimpl.X.MessageStringOf(x) } func (*MSymbol) ProtoMessage() {} func (x *MSymbol) ProtoReflect() protoreflect.Message { mi := &file_jili_jlge_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 MSymbol.ProtoReflect.Descriptor instead. func (*MSymbol) Descriptor() ([]byte, []int) { return file_jili_jlge_proto_rawDescGZIP(), []int{0} } func (x *MSymbol) GetSymbol() int32 { if x != nil { return x.Symbol } return 0 } func (x *MSymbol) GetLength() int32 { if x != nil { return x.Length } return 0 } func (x *MSymbol) GetEnergy() int32 { if x != nil { return x.Energy } return 0 } func (x *MSymbol) GetFramed() bool { if x != nil { return x.Framed } return false } type MColumn struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields MColumn []*MSymbol `protobuf:"bytes,1,rep,name=MColumn,proto3" json:"MColumn,omitempty"` } func (x *MColumn) Reset() { *x = MColumn{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlge_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *MColumn) String() string { return protoimpl.X.MessageStringOf(x) } func (*MColumn) ProtoMessage() {} func (x *MColumn) ProtoReflect() protoreflect.Message { mi := &file_jili_jlge_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 MColumn.ProtoReflect.Descriptor instead. func (*MColumn) Descriptor() ([]byte, []int) { return file_jili_jlge_proto_rawDescGZIP(), []int{1} } func (x *MColumn) GetMColumn() []*MSymbol { if x != nil { return x.MColumn } return nil } type Grid struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Col int32 `protobuf:"varint,1,opt,name=Col,proto3" json:"Col,omitempty"` Row int32 `protobuf:"varint,2,opt,name=Row,proto3" json:"Row,omitempty"` } func (x *Grid) Reset() { *x = Grid{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlge_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Grid) String() string { return protoimpl.X.MessageStringOf(x) } func (*Grid) ProtoMessage() {} func (x *Grid) ProtoReflect() protoreflect.Message { mi := &file_jili_jlge_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 Grid.ProtoReflect.Descriptor instead. func (*Grid) Descriptor() ([]byte, []int) { return file_jili_jlge_proto_rawDescGZIP(), []int{2} } func (x *Grid) GetCol() int32 { if x != nil { return x.Col } return 0 } func (x *Grid) GetRow() int32 { if x != nil { return x.Row } return 0 } type AwardData struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Symbol int32 `protobuf:"varint,1,opt,name=Symbol,proto3" json:"Symbol,omitempty"` Count int32 `protobuf:"varint,2,opt,name=Count,proto3" json:"Count,omitempty"` LineNum int32 `protobuf:"varint,3,opt,name=LineNum,proto3" json:"LineNum,omitempty"` Win float64 `protobuf:"fixed64,4,opt,name=Win,proto3" json:"Win,omitempty"` GridVec []*Grid `protobuf:"bytes,5,rep,name=GridVec,proto3" json:"GridVec,omitempty"` } func (x *AwardData) Reset() { *x = AwardData{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlge_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AwardData) String() string { return protoimpl.X.MessageStringOf(x) } func (*AwardData) ProtoMessage() {} func (x *AwardData) ProtoReflect() protoreflect.Message { mi := &file_jili_jlge_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 AwardData.ProtoReflect.Descriptor instead. func (*AwardData) Descriptor() ([]byte, []int) { return file_jili_jlge_proto_rawDescGZIP(), []int{3} } func (x *AwardData) GetSymbol() int32 { if x != nil { return x.Symbol } return 0 } func (x *AwardData) GetCount() int32 { if x != nil { return x.Count } return 0 } func (x *AwardData) GetLineNum() int32 { if x != nil { return x.LineNum } return 0 } func (x *AwardData) GetWin() float64 { if x != nil { return x.Win } return 0 } func (x *AwardData) GetGridVec() []*Grid { if x != nil { return x.GridVec } return nil } type ComboStageInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ComboStageSymbol []*MColumn `protobuf:"bytes,1,rep,name=ComboStageSymbol,proto3" json:"ComboStageSymbol,omitempty"` ComboStageWin float64 `protobuf:"fixed64,2,opt,name=ComboStageWin,proto3" json:"ComboStageWin,omitempty"` ComboStageMult float64 `protobuf:"fixed64,3,opt,name=ComboStageMult,proto3" json:"ComboStageMult,omitempty"` AwardDataVec []*AwardData `protobuf:"bytes,4,rep,name=AwardDataVec,proto3" json:"AwardDataVec,omitempty"` FillSymbols []*MColumn `protobuf:"bytes,5,rep,name=FillSymbols,proto3" json:"FillSymbols,omitempty"` ChangeSymbols []*MColumn `protobuf:"bytes,6,rep,name=ChangeSymbols,proto3" json:"ChangeSymbols,omitempty"` MaxFlag bool `protobuf:"varint,7,opt,name=MaxFlag,proto3" json:"MaxFlag,omitempty"` } func (x *ComboStageInfo) Reset() { *x = ComboStageInfo{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlge_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ComboStageInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*ComboStageInfo) ProtoMessage() {} func (x *ComboStageInfo) ProtoReflect() protoreflect.Message { mi := &file_jili_jlge_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 ComboStageInfo.ProtoReflect.Descriptor instead. func (*ComboStageInfo) Descriptor() ([]byte, []int) { return file_jili_jlge_proto_rawDescGZIP(), []int{4} } func (x *ComboStageInfo) GetComboStageSymbol() []*MColumn { if x != nil { return x.ComboStageSymbol } return nil } func (x *ComboStageInfo) GetComboStageWin() float64 { if x != nil { return x.ComboStageWin } return 0 } func (x *ComboStageInfo) GetComboStageMult() float64 { if x != nil { return x.ComboStageMult } return 0 } func (x *ComboStageInfo) GetAwardDataVec() []*AwardData { if x != nil { return x.AwardDataVec } return nil } func (x *ComboStageInfo) GetFillSymbols() []*MColumn { if x != nil { return x.FillSymbols } return nil } func (x *ComboStageInfo) GetChangeSymbols() []*MColumn { if x != nil { return x.ChangeSymbols } return nil } func (x *ComboStageInfo) GetMaxFlag() bool { if x != nil { return x.MaxFlag } return false } type RoundInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ComboStageData []*ComboStageInfo `protobuf:"bytes,1,rep,name=ComboStageData,proto3" json:"ComboStageData,omitempty"` RoundWin float64 `protobuf:"fixed64,2,opt,name=RoundWin,proto3" json:"RoundWin,omitempty"` AwardTypeFlag int32 `protobuf:"varint,3,opt,name=AwardTypeFlag,proto3" json:"AwardTypeFlag,omitempty"` FreeRemainRound int32 `protobuf:"varint,4,opt,name=FreeRemainRound,proto3" json:"FreeRemainRound,omitempty"` ScatterCount int32 `protobuf:"varint,5,opt,name=ScatterCount,proto3" json:"ScatterCount,omitempty"` MaxFlag bool `protobuf:"varint,6,opt,name=MaxFlag,proto3" json:"MaxFlag,omitempty"` } func (x *RoundInfo) Reset() { *x = RoundInfo{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlge_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *RoundInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*RoundInfo) ProtoMessage() {} func (x *RoundInfo) ProtoReflect() protoreflect.Message { mi := &file_jili_jlge_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 RoundInfo.ProtoReflect.Descriptor instead. func (*RoundInfo) Descriptor() ([]byte, []int) { return file_jili_jlge_proto_rawDescGZIP(), []int{5} } func (x *RoundInfo) GetComboStageData() []*ComboStageInfo { if x != nil { return x.ComboStageData } return nil } func (x *RoundInfo) GetRoundWin() float64 { if x != nil { return x.RoundWin } return 0 } func (x *RoundInfo) GetAwardTypeFlag() int32 { if x != nil { return x.AwardTypeFlag } return 0 } func (x *RoundInfo) GetFreeRemainRound() int32 { if x != nil { return x.FreeRemainRound } return 0 } func (x *RoundInfo) GetScatterCount() int32 { if x != nil { return x.ScatterCount } return 0 } func (x *RoundInfo) GetMaxFlag() bool { if x != nil { return x.MaxFlag } return false } type SpinAck struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields RoundQueue []*RoundInfo `protobuf:"bytes,1,rep,name=RoundQueue,proto3" json:"RoundQueue,omitempty"` FreeTotalWin float64 `protobuf:"fixed64,2,opt,name=FreeTotalWin,proto3" json:"FreeTotalWin,omitempty"` TotalWin float64 `protobuf:"fixed64,3,opt,name=TotalWin,proto3" json:"TotalWin,omitempty"` LogIndex int64 `protobuf:"varint,4,opt,name=LogIndex,proto3" json:"LogIndex,omitempty"` ShowIndex string `protobuf:"bytes,5,opt,name=ShowIndex,proto3" json:"ShowIndex,omitempty"` NowMoney float64 `protobuf:"fixed64,6,opt,name=NowMoney,proto3" json:"NowMoney,omitempty"` AckType int32 `protobuf:"varint,7,opt,name=AckType,proto3" json:"AckType,omitempty"` RTP float64 `protobuf:"fixed64,8,opt,name=RTP,proto3" json:"RTP,omitempty"` } func (x *SpinAck) Reset() { *x = SpinAck{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlge_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SpinAck) String() string { return protoimpl.X.MessageStringOf(x) } func (*SpinAck) ProtoMessage() {} func (x *SpinAck) ProtoReflect() protoreflect.Message { mi := &file_jili_jlge_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 SpinAck.ProtoReflect.Descriptor instead. func (*SpinAck) Descriptor() ([]byte, []int) { return file_jili_jlge_proto_rawDescGZIP(), []int{6} } func (x *SpinAck) GetRoundQueue() []*RoundInfo { if x != nil { return x.RoundQueue } return nil } func (x *SpinAck) GetFreeTotalWin() float64 { if x != nil { return x.FreeTotalWin } return 0 } func (x *SpinAck) GetTotalWin() float64 { if x != nil { return x.TotalWin } return 0 } func (x *SpinAck) GetLogIndex() int64 { if x != nil { return x.LogIndex } return 0 } func (x *SpinAck) GetShowIndex() string { if x != nil { return x.ShowIndex } return "" } func (x *SpinAck) GetNowMoney() float64 { if x != nil { return x.NowMoney } return 0 } func (x *SpinAck) GetAckType() int32 { if x != nil { return x.AckType } return 0 } func (x *SpinAck) GetRTP() float64 { if x != nil { return x.RTP } return 0 } type GameInfoData struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ShowExtra bool `protobuf:"varint,1,opt,name=ShowExtra,proto3" json:"ShowExtra,omitempty"` Mul []float64 `protobuf:"fixed64,2,rep,packed,name=Mul,proto3" json:"Mul,omitempty"` } func (x *GameInfoData) Reset() { *x = GameInfoData{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlge_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GameInfoData) String() string { return protoimpl.X.MessageStringOf(x) } func (*GameInfoData) ProtoMessage() {} func (x *GameInfoData) ProtoReflect() protoreflect.Message { mi := &file_jili_jlge_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 GameInfoData.ProtoReflect.Descriptor instead. func (*GameInfoData) Descriptor() ([]byte, []int) { return file_jili_jlge_proto_rawDescGZIP(), []int{7} } func (x *GameInfoData) GetShowExtra() bool { if x != nil { return x.ShowExtra } return false } func (x *GameInfoData) GetMul() []float64 { if x != nil { return x.Mul } return nil } var File_jili_jlge_proto protoreflect.FileDescriptor var file_jili_jlge_proto_rawDesc = []byte{ 0x0a, 0x0f, 0x6a, 0x69, 0x6c, 0x69, 0x2f, 0x6a, 0x6c, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x04, 0x6a, 0x6c, 0x67, 0x65, 0x22, 0x69, 0x0a, 0x07, 0x4d, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x16, 0x0a, 0x06, 0x45, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x45, 0x6e, 0x65, 0x72, 0x67, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x46, 0x72, 0x61, 0x6d, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x46, 0x72, 0x61, 0x6d, 0x65, 0x64, 0x22, 0x32, 0x0a, 0x07, 0x4d, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x12, 0x27, 0x0a, 0x07, 0x4d, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x6a, 0x6c, 0x67, 0x65, 0x2e, 0x4d, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x52, 0x07, 0x4d, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x2a, 0x0a, 0x04, 0x47, 0x72, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x43, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x43, 0x6f, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x52, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x52, 0x6f, 0x77, 0x22, 0x8b, 0x01, 0x0a, 0x09, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x4c, 0x69, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x4c, 0x69, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x10, 0x0a, 0x03, 0x57, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x57, 0x69, 0x6e, 0x12, 0x24, 0x0a, 0x07, 0x47, 0x72, 0x69, 0x64, 0x56, 0x65, 0x63, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x6a, 0x6c, 0x67, 0x65, 0x2e, 0x47, 0x72, 0x69, 0x64, 0x52, 0x07, 0x47, 0x72, 0x69, 0x64, 0x56, 0x65, 0x63, 0x22, 0xce, 0x02, 0x0a, 0x0e, 0x43, 0x6f, 0x6d, 0x62, 0x6f, 0x53, 0x74, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x39, 0x0a, 0x10, 0x43, 0x6f, 0x6d, 0x62, 0x6f, 0x53, 0x74, 0x61, 0x67, 0x65, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x6a, 0x6c, 0x67, 0x65, 0x2e, 0x4d, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x52, 0x10, 0x43, 0x6f, 0x6d, 0x62, 0x6f, 0x53, 0x74, 0x61, 0x67, 0x65, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x24, 0x0a, 0x0d, 0x43, 0x6f, 0x6d, 0x62, 0x6f, 0x53, 0x74, 0x61, 0x67, 0x65, 0x57, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0d, 0x43, 0x6f, 0x6d, 0x62, 0x6f, 0x53, 0x74, 0x61, 0x67, 0x65, 0x57, 0x69, 0x6e, 0x12, 0x26, 0x0a, 0x0e, 0x43, 0x6f, 0x6d, 0x62, 0x6f, 0x53, 0x74, 0x61, 0x67, 0x65, 0x4d, 0x75, 0x6c, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0e, 0x43, 0x6f, 0x6d, 0x62, 0x6f, 0x53, 0x74, 0x61, 0x67, 0x65, 0x4d, 0x75, 0x6c, 0x74, 0x12, 0x33, 0x0a, 0x0c, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x56, 0x65, 0x63, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6a, 0x6c, 0x67, 0x65, 0x2e, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x52, 0x0c, 0x41, 0x77, 0x61, 0x72, 0x64, 0x44, 0x61, 0x74, 0x61, 0x56, 0x65, 0x63, 0x12, 0x2f, 0x0a, 0x0b, 0x46, 0x69, 0x6c, 0x6c, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x6a, 0x6c, 0x67, 0x65, 0x2e, 0x4d, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x52, 0x0b, 0x46, 0x69, 0x6c, 0x6c, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x73, 0x12, 0x33, 0x0a, 0x0d, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0d, 0x2e, 0x6a, 0x6c, 0x67, 0x65, 0x2e, 0x4d, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x52, 0x0d, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x4d, 0x61, 0x78, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x4d, 0x61, 0x78, 0x46, 0x6c, 0x61, 0x67, 0x22, 0xf3, 0x01, 0x0a, 0x09, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x3c, 0x0a, 0x0e, 0x43, 0x6f, 0x6d, 0x62, 0x6f, 0x53, 0x74, 0x61, 0x67, 0x65, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6a, 0x6c, 0x67, 0x65, 0x2e, 0x43, 0x6f, 0x6d, 0x62, 0x6f, 0x53, 0x74, 0x61, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0e, 0x43, 0x6f, 0x6d, 0x62, 0x6f, 0x53, 0x74, 0x61, 0x67, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1a, 0x0a, 0x08, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x57, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x08, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x57, 0x69, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x41, 0x77, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x41, 0x77, 0x61, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x46, 0x6c, 0x61, 0x67, 0x12, 0x28, 0x0a, 0x0f, 0x46, 0x72, 0x65, 0x65, 0x52, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x46, 0x72, 0x65, 0x65, 0x52, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x53, 0x63, 0x61, 0x74, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x53, 0x63, 0x61, 0x74, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x4d, 0x61, 0x78, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x4d, 0x61, 0x78, 0x46, 0x6c, 0x61, 0x67, 0x22, 0xfc, 0x01, 0x0a, 0x07, 0x53, 0x70, 0x69, 0x6e, 0x41, 0x63, 0x6b, 0x12, 0x2f, 0x0a, 0x0a, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x51, 0x75, 0x65, 0x75, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6a, 0x6c, 0x67, 0x65, 0x2e, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x52, 0x6f, 0x75, 0x6e, 0x64, 0x51, 0x75, 0x65, 0x75, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x46, 0x72, 0x65, 0x65, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x57, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0c, 0x46, 0x72, 0x65, 0x65, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x57, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x57, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x01, 0x52, 0x08, 0x54, 0x6f, 0x74, 0x61, 0x6c, 0x57, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x4c, 0x6f, 0x67, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x4c, 0x6f, 0x67, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x68, 0x6f, 0x77, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x53, 0x68, 0x6f, 0x77, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x4e, 0x6f, 0x77, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x01, 0x52, 0x08, 0x4e, 0x6f, 0x77, 0x4d, 0x6f, 0x6e, 0x65, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x41, 0x63, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x41, 0x63, 0x6b, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x52, 0x54, 0x50, 0x18, 0x08, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x52, 0x54, 0x50, 0x22, 0x3e, 0x0a, 0x0c, 0x47, 0x61, 0x6d, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x68, 0x6f, 0x77, 0x45, 0x78, 0x74, 0x72, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x53, 0x68, 0x6f, 0x77, 0x45, 0x78, 0x74, 0x72, 0x61, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x75, 0x6c, 0x18, 0x02, 0x20, 0x03, 0x28, 0x01, 0x52, 0x03, 0x4d, 0x75, 0x6c, 0x42, 0x09, 0x5a, 0x07, 0x70, 0x62, 0x2f, 0x6a, 0x6c, 0x67, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_jili_jlge_proto_rawDescOnce sync.Once file_jili_jlge_proto_rawDescData = file_jili_jlge_proto_rawDesc ) func file_jili_jlge_proto_rawDescGZIP() []byte { file_jili_jlge_proto_rawDescOnce.Do(func() { file_jili_jlge_proto_rawDescData = protoimpl.X.CompressGZIP(file_jili_jlge_proto_rawDescData) }) return file_jili_jlge_proto_rawDescData } var file_jili_jlge_proto_msgTypes = make([]protoimpl.MessageInfo, 8) var file_jili_jlge_proto_goTypes = []interface{}{ (*MSymbol)(nil), // 0: jlge.MSymbol (*MColumn)(nil), // 1: jlge.MColumn (*Grid)(nil), // 2: jlge.Grid (*AwardData)(nil), // 3: jlge.AwardData (*ComboStageInfo)(nil), // 4: jlge.ComboStageInfo (*RoundInfo)(nil), // 5: jlge.RoundInfo (*SpinAck)(nil), // 6: jlge.SpinAck (*GameInfoData)(nil), // 7: jlge.GameInfoData } var file_jili_jlge_proto_depIdxs = []int32{ 0, // 0: jlge.MColumn.MColumn:type_name -> jlge.MSymbol 2, // 1: jlge.AwardData.GridVec:type_name -> jlge.Grid 1, // 2: jlge.ComboStageInfo.ComboStageSymbol:type_name -> jlge.MColumn 3, // 3: jlge.ComboStageInfo.AwardDataVec:type_name -> jlge.AwardData 1, // 4: jlge.ComboStageInfo.FillSymbols:type_name -> jlge.MColumn 1, // 5: jlge.ComboStageInfo.ChangeSymbols:type_name -> jlge.MColumn 4, // 6: jlge.RoundInfo.ComboStageData:type_name -> jlge.ComboStageInfo 5, // 7: jlge.SpinAck.RoundQueue:type_name -> jlge.RoundInfo 8, // [8:8] is the sub-list for method output_type 8, // [8:8] is the sub-list for method input_type 8, // [8:8] is the sub-list for extension type_name 8, // [8:8] is the sub-list for extension extendee 0, // [0:8] is the sub-list for field type_name } func init() { file_jili_jlge_proto_init() } func file_jili_jlge_proto_init() { if File_jili_jlge_proto != nil { return } if !protoimpl.UnsafeEnabled { file_jili_jlge_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MSymbol); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jlge_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*MColumn); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jlge_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Grid); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jlge_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AwardData); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jlge_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ComboStageInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jlge_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*RoundInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jlge_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SpinAck); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jlge_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*GameInfoData); 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_jili_jlge_proto_rawDesc, NumEnums: 0, NumMessages: 8, NumExtensions: 0, NumServices: 0, }, GoTypes: file_jili_jlge_proto_goTypes, DependencyIndexes: file_jili_jlge_proto_depIdxs, MessageInfos: file_jili_jlge_proto_msgTypes, }.Build() File_jili_jlge_proto = out.File file_jili_jlge_proto_rawDesc = nil file_jili_jlge_proto_goTypes = nil file_jili_jlge_proto_depIdxs = nil }