// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.30.0 // protoc v4.23.2 // source: jili/jlsad.proto package jlsad 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 Symbol int32 const ( Symbol_Wild Symbol = 0 Symbol_Bonus Symbol = 1 Symbol_Symbol1 Symbol = 2 Symbol_Symbol2 Symbol = 3 Symbol_Symbol3 Symbol = 4 Symbol_Symbol4 Symbol = 5 Symbol_Symbol5 Symbol = 6 Symbol_Symbol6 Symbol = 7 Symbol_Symbol7 Symbol = 8 Symbol_Symbol8 Symbol = 9 Symbol_SymbolMax Symbol = 10 ) // Enum value maps for Symbol. var ( Symbol_name = map[int32]string{ 0: "Wild", 1: "Bonus", 2: "Symbol1", 3: "Symbol2", 4: "Symbol3", 5: "Symbol4", 6: "Symbol5", 7: "Symbol6", 8: "Symbol7", 9: "Symbol8", 10: "SymbolMax", } Symbol_value = map[string]int32{ "Wild": 0, "Bonus": 1, "Symbol1": 2, "Symbol2": 3, "Symbol3": 4, "Symbol4": 5, "Symbol5": 6, "Symbol6": 7, "Symbol7": 8, "Symbol8": 9, "SymbolMax": 10, } ) func (x Symbol) Enum() *Symbol { p := new(Symbol) *p = x return p } func (x Symbol) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (Symbol) Descriptor() protoreflect.EnumDescriptor { return file_jili_jlasd_proto_enumTypes[0].Descriptor() } func (Symbol) Type() protoreflect.EnumType { return &file_jili_jlasd_proto_enumTypes[0] } func (x Symbol) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Use Symbol.Descriptor instead. func (Symbol) EnumDescriptor() ([]byte, []int) { return file_jili_jlasd_proto_rawDescGZIP(), []int{0} } type Block struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Row uint32 `protobuf:"varint,1,opt,name=row,proto3" json:"row,omitempty"` Column uint32 `protobuf:"varint,2,opt,name=column,proto3" json:"column,omitempty"` } func (x *Block) Reset() { *x = Block{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlasd_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Block) String() string { return protoimpl.X.MessageStringOf(x) } func (*Block) ProtoMessage() {} func (x *Block) ProtoReflect() protoreflect.Message { mi := &file_jili_jlasd_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 Block.ProtoReflect.Descriptor instead. func (*Block) Descriptor() ([]byte, []int) { return file_jili_jlasd_proto_rawDescGZIP(), []int{0} } func (x *Block) GetRow() uint32 { if x != nil { return x.Row } return 0 } func (x *Block) GetColumn() uint32 { if x != nil { return x.Column } return 0 } type Cell struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Symbol int32 `protobuf:"varint,1,opt,name=symbol,proto3" json:"symbol,omitempty"` Row uint32 `protobuf:"varint,2,opt,name=row,proto3" json:"row,omitempty"` Column uint32 `protobuf:"varint,3,opt,name=column,proto3" json:"column,omitempty"` IsGold uint32 `protobuf:"varint,4,opt,name=isGold,proto3" json:"isGold,omitempty"` } func (x *Cell) Reset() { *x = Cell{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlasd_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Cell) String() string { return protoimpl.X.MessageStringOf(x) } func (*Cell) ProtoMessage() {} func (x *Cell) ProtoReflect() protoreflect.Message { mi := &file_jili_jlasd_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 Cell.ProtoReflect.Descriptor instead. func (*Cell) Descriptor() ([]byte, []int) { return file_jili_jlasd_proto_rawDescGZIP(), []int{1} } func (x *Cell) GetSymbol() int32 { if x != nil { return x.Symbol } return 0 } func (x *Cell) GetRow() uint32 { if x != nil { return x.Row } return 0 } func (x *Cell) GetColumn() uint32 { if x != nil { return x.Column } return 0 } func (x *Cell) GetIsGold() uint32 { if x != nil { return x.IsGold } return 0 } type AwardReel struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Symbol int32 `protobuf:"varint,1,opt,name=symbol,proto3" json:"symbol,omitempty"` Block []*Block `protobuf:"bytes,2,rep,name=block,proto3" json:"block,omitempty"` Win float64 `protobuf:"fixed64,3,opt,name=win,proto3" json:"win,omitempty"` } func (x *AwardReel) Reset() { *x = AwardReel{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlasd_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AwardReel) String() string { return protoimpl.X.MessageStringOf(x) } func (*AwardReel) ProtoMessage() {} func (x *AwardReel) ProtoReflect() protoreflect.Message { mi := &file_jili_jlasd_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 AwardReel.ProtoReflect.Descriptor instead. func (*AwardReel) Descriptor() ([]byte, []int) { return file_jili_jlasd_proto_rawDescGZIP(), []int{2} } func (x *AwardReel) GetSymbol() int32 { if x != nil { return x.Symbol } return 0 } func (x *AwardReel) GetBlock() []*Block { if x != nil { return x.Block } return nil } func (x *AwardReel) GetWin() float64 { if x != nil { return x.Win } return 0 } type Combo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Change []*Cell `protobuf:"bytes,1,rep,name=change,proto3" json:"change,omitempty"` Award []*AwardReel `protobuf:"bytes,2,rep,name=award,proto3" json:"award,omitempty"` Win float64 `protobuf:"fixed64,3,opt,name=win,proto3" json:"win,omitempty"` ComboBonus uint32 `protobuf:"varint,4,opt,name=comboBonus,proto3" json:"comboBonus,omitempty"` ExtraChange []*Cell `protobuf:"bytes,5,rep,name=extraChange,proto3" json:"extraChange,omitempty"` GoldReplace []*Block `protobuf:"bytes,6,rep,name=goldReplace,proto3" json:"goldReplace,omitempty"` BigGoldCount []int32 `protobuf:"varint,7,rep,packed,name=bigGoldCount,proto3" json:"bigGoldCount,omitempty"` } func (x *Combo) Reset() { *x = Combo{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlasd_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Combo) String() string { return protoimpl.X.MessageStringOf(x) } func (*Combo) ProtoMessage() {} func (x *Combo) ProtoReflect() protoreflect.Message { mi := &file_jili_jlasd_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 Combo.ProtoReflect.Descriptor instead. func (*Combo) Descriptor() ([]byte, []int) { return file_jili_jlasd_proto_rawDescGZIP(), []int{3} } func (x *Combo) GetChange() []*Cell { if x != nil { return x.Change } return nil } func (x *Combo) GetAward() []*AwardReel { if x != nil { return x.Award } return nil } func (x *Combo) GetWin() float64 { if x != nil { return x.Win } return 0 } func (x *Combo) GetComboBonus() uint32 { if x != nil { return x.ComboBonus } return 0 } func (x *Combo) GetExtraChange() []*Cell { if x != nil { return x.ExtraChange } return nil } func (x *Combo) GetGoldReplace() []*Block { if x != nil { return x.GoldReplace } return nil } func (x *Combo) GetBigGoldCount() []int32 { if x != nil { return x.BigGoldCount } return nil } type Plate struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Column []*ColumnData `protobuf:"bytes,1,rep,name=column,proto3" json:"column,omitempty"` Combo []*Combo `protobuf:"bytes,2,rep,name=combo,proto3" json:"combo,omitempty"` Win float64 `protobuf:"fixed64,3,opt,name=win,proto3" json:"win,omitempty"` IsBouns bool `protobuf:"varint,4,opt,name=isBouns,proto3" json:"isBouns,omitempty"` TotalFreeSpin uint32 `protobuf:"varint,5,opt,name=totalFreeSpin,proto3" json:"totalFreeSpin,omitempty"` } func (x *Plate) Reset() { *x = Plate{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlasd_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Plate) String() string { return protoimpl.X.MessageStringOf(x) } func (*Plate) ProtoMessage() {} func (x *Plate) ProtoReflect() protoreflect.Message { mi := &file_jili_jlasd_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 Plate.ProtoReflect.Descriptor instead. func (*Plate) Descriptor() ([]byte, []int) { return file_jili_jlasd_proto_rawDescGZIP(), []int{4} } func (x *Plate) GetColumn() []*ColumnData { if x != nil { return x.Column } return nil } func (x *Plate) GetCombo() []*Combo { if x != nil { return x.Combo } return nil } func (x *Plate) GetWin() float64 { if x != nil { return x.Win } return 0 } func (x *Plate) GetIsBouns() bool { if x != nil { return x.IsBouns } return false } func (x *Plate) GetTotalFreeSpin() uint32 { if x != nil { return x.TotalFreeSpin } return 0 } type AllPlate struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Plate []*Plate `protobuf:"bytes,1,rep,name=plate,proto3" json:"plate,omitempty"` } func (x *AllPlate) Reset() { *x = AllPlate{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlasd_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *AllPlate) String() string { return protoimpl.X.MessageStringOf(x) } func (*AllPlate) ProtoMessage() {} func (x *AllPlate) ProtoReflect() protoreflect.Message { mi := &file_jili_jlasd_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 AllPlate.ProtoReflect.Descriptor instead. func (*AllPlate) Descriptor() ([]byte, []int) { return file_jili_jlasd_proto_rawDescGZIP(), []int{5} } func (x *AllPlate) GetPlate() []*Plate { if x != nil { return x.Plate } return nil } type ColumnData struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Row []int32 `protobuf:"varint,1,rep,packed,name=row,proto3" json:"row,omitempty"` IsGold []uint32 `protobuf:"varint,2,rep,packed,name=isGold,proto3" json:"isGold,omitempty"` } func (x *ColumnData) Reset() { *x = ColumnData{} if protoimpl.UnsafeEnabled { mi := &file_jili_jlasd_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ColumnData) String() string { return protoimpl.X.MessageStringOf(x) } func (*ColumnData) ProtoMessage() {} func (x *ColumnData) ProtoReflect() protoreflect.Message { mi := &file_jili_jlasd_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 ColumnData.ProtoReflect.Descriptor instead. func (*ColumnData) Descriptor() ([]byte, []int) { return file_jili_jlasd_proto_rawDescGZIP(), []int{6} } func (x *ColumnData) GetRow() []int32 { if x != nil { return x.Row } return nil } func (x *ColumnData) GetIsGold() []uint32 { if x != nil { return x.IsGold } return nil } var File_jili_jlasd_proto protoreflect.FileDescriptor var file_jili_jlasd_proto_rawDesc = []byte{ 0x0a, 0x10, 0x6a, 0x69, 0x6c, 0x69, 0x2f, 0x6a, 0x6c, 0x61, 0x73, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x6a, 0x6c, 0x61, 0x73, 0x64, 0x22, 0x31, 0x0a, 0x05, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x6f, 0x77, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x72, 0x6f, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x22, 0x60, 0x0a, 0x04, 0x43, 0x65, 0x6c, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x03, 0x72, 0x6f, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x47, 0x6f, 0x6c, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x06, 0x69, 0x73, 0x47, 0x6f, 0x6c, 0x64, 0x22, 0x59, 0x0a, 0x09, 0x41, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x65, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x22, 0x0a, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6a, 0x6c, 0x61, 0x73, 0x64, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x05, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x10, 0x0a, 0x03, 0x77, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x77, 0x69, 0x6e, 0x22, 0x89, 0x02, 0x0a, 0x05, 0x43, 0x6f, 0x6d, 0x62, 0x6f, 0x12, 0x23, 0x0a, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x6a, 0x6c, 0x61, 0x73, 0x64, 0x2e, 0x43, 0x65, 0x6c, 0x6c, 0x52, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x26, 0x0a, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x6a, 0x6c, 0x61, 0x73, 0x64, 0x2e, 0x41, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x65, 0x6c, 0x52, 0x05, 0x61, 0x77, 0x61, 0x72, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x77, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x77, 0x69, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x62, 0x6f, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0a, 0x63, 0x6f, 0x6d, 0x62, 0x6f, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x12, 0x2d, 0x0a, 0x0b, 0x65, 0x78, 0x74, 0x72, 0x61, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x6a, 0x6c, 0x61, 0x73, 0x64, 0x2e, 0x43, 0x65, 0x6c, 0x6c, 0x52, 0x0b, 0x65, 0x78, 0x74, 0x72, 0x61, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x2e, 0x0a, 0x0b, 0x67, 0x6f, 0x6c, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6a, 0x6c, 0x61, 0x73, 0x64, 0x2e, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x0b, 0x67, 0x6f, 0x6c, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x69, 0x67, 0x47, 0x6f, 0x6c, 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x03, 0x28, 0x05, 0x52, 0x0c, 0x62, 0x69, 0x67, 0x47, 0x6f, 0x6c, 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xa8, 0x01, 0x0a, 0x05, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x29, 0x0a, 0x06, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6a, 0x6c, 0x61, 0x73, 0x64, 0x2e, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x52, 0x06, 0x63, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x12, 0x22, 0x0a, 0x05, 0x63, 0x6f, 0x6d, 0x62, 0x6f, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6a, 0x6c, 0x61, 0x73, 0x64, 0x2e, 0x43, 0x6f, 0x6d, 0x62, 0x6f, 0x52, 0x05, 0x63, 0x6f, 0x6d, 0x62, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x77, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x01, 0x52, 0x03, 0x77, 0x69, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x69, 0x73, 0x42, 0x6f, 0x75, 0x6e, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x69, 0x73, 0x42, 0x6f, 0x75, 0x6e, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x46, 0x72, 0x65, 0x65, 0x53, 0x70, 0x69, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x0d, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x46, 0x72, 0x65, 0x65, 0x53, 0x70, 0x69, 0x6e, 0x22, 0x2e, 0x0a, 0x08, 0x41, 0x6c, 0x6c, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x22, 0x0a, 0x05, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6a, 0x6c, 0x61, 0x73, 0x64, 0x2e, 0x50, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x05, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0x36, 0x0a, 0x0a, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x44, 0x61, 0x74, 0x61, 0x12, 0x10, 0x0a, 0x03, 0x72, 0x6f, 0x77, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x52, 0x03, 0x72, 0x6f, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x73, 0x47, 0x6f, 0x6c, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x06, 0x69, 0x73, 0x47, 0x6f, 0x6c, 0x64, 0x2a, 0x94, 0x01, 0x0a, 0x06, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x12, 0x08, 0x0a, 0x04, 0x57, 0x69, 0x6c, 0x64, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x42, 0x6f, 0x6e, 0x75, 0x73, 0x10, 0x01, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x31, 0x10, 0x02, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x32, 0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x33, 0x10, 0x04, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x34, 0x10, 0x05, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x35, 0x10, 0x06, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x36, 0x10, 0x07, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x37, 0x10, 0x08, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x38, 0x10, 0x09, 0x12, 0x0d, 0x0a, 0x09, 0x53, 0x79, 0x6d, 0x62, 0x6f, 0x6c, 0x4d, 0x61, 0x78, 0x10, 0x0a, 0x42, 0x0a, 0x5a, 0x08, 0x70, 0x62, 0x2f, 0x6a, 0x6c, 0x61, 0x73, 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_jili_jlasd_proto_rawDescOnce sync.Once file_jili_jlasd_proto_rawDescData = file_jili_jlasd_proto_rawDesc ) func file_jili_jlasd_proto_rawDescGZIP() []byte { file_jili_jlasd_proto_rawDescOnce.Do(func() { file_jili_jlasd_proto_rawDescData = protoimpl.X.CompressGZIP(file_jili_jlasd_proto_rawDescData) }) return file_jili_jlasd_proto_rawDescData } var file_jili_jlasd_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_jili_jlasd_proto_msgTypes = make([]protoimpl.MessageInfo, 7) var file_jili_jlasd_proto_goTypes = []interface{}{ (Symbol)(0), // 0: jlasd.Symbol (*Block)(nil), // 1: jlasd.Block (*Cell)(nil), // 2: jlasd.Cell (*AwardReel)(nil), // 3: jlasd.AwardReel (*Combo)(nil), // 4: jlasd.Combo (*Plate)(nil), // 5: jlasd.Plate (*AllPlate)(nil), // 6: jlasd.AllPlate (*ColumnData)(nil), // 7: jlasd.ColumnData } var file_jili_jlasd_proto_depIdxs = []int32{ 1, // 0: jlasd.AwardReel.block:type_name -> jlasd.Block 2, // 1: jlasd.Combo.change:type_name -> jlasd.Cell 3, // 2: jlasd.Combo.award:type_name -> jlasd.AwardReel 2, // 3: jlasd.Combo.extraChange:type_name -> jlasd.Cell 1, // 4: jlasd.Combo.goldReplace:type_name -> jlasd.Block 7, // 5: jlasd.Plate.column:type_name -> jlasd.ColumnData 4, // 6: jlasd.Plate.combo:type_name -> jlasd.Combo 5, // 7: jlasd.AllPlate.plate:type_name -> jlasd.Plate 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_jlasd_proto_init() } func file_jili_jlasd_proto_init() { if File_jili_jlasd_proto != nil { return } if !protoimpl.UnsafeEnabled { file_jili_jlasd_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Block); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jlasd_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Cell); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jlasd_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AwardReel); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jlasd_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Combo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jlasd_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Plate); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jlasd_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*AllPlate); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_jili_jlasd_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ColumnData); 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_jlasd_proto_rawDesc, NumEnums: 1, NumMessages: 7, NumExtensions: 0, NumServices: 0, }, GoTypes: file_jili_jlasd_proto_goTypes, DependencyIndexes: file_jili_jlasd_proto_depIdxs, EnumInfos: file_jili_jlasd_proto_enumTypes, MessageInfos: file_jili_jlasd_proto_msgTypes, }.Build() File_jili_jlasd_proto = out.File file_jili_jlasd_proto_rawDesc = nil file_jili_jlasd_proto_goTypes = nil file_jili_jlasd_proto_depIdxs = nil }