Autogenerated update for f8d480e834...2186c5cb96

This commit is contained in:
Quaternions 2024-07-22 00:40:53 +00:00
parent 5e33b807d0
commit 9b8b20f041

View File

@ -277,7 +277,6 @@ type MapFilter struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"ID,omitempty"`
DisplayName *string `protobuf:"bytes,2,opt,name=DisplayName,proto3,oneof" json:"DisplayName,omitempty"`
Creator *string `protobuf:"bytes,3,opt,name=Creator,proto3,oneof" json:"Creator,omitempty"`
GameID *int32 `protobuf:"varint,4,opt,name=GameID,proto3,oneof" json:"GameID,omitempty"`
@ -315,13 +314,6 @@ func (*MapFilter) Descriptor() ([]byte, []int) {
return file_maps_proto_rawDescGZIP(), []int{4}
}
func (x *MapFilter) GetID() int64 {
if x != nil {
return x.ID
}
return 0
}
func (x *MapFilter) GetDisplayName() string {
if x != nil && x.DisplayName != nil {
return *x.DisplayName
@ -566,9 +558,8 @@ var file_maps_proto_rawDesc = []byte{
0x03, 0x48, 0x03, 0x52, 0x04, 0x44, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x42, 0x0e, 0x0a, 0x0c,
0x5f, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x42, 0x0a, 0x0a, 0x08,
0x5f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x47, 0x61, 0x6d,
0x65, 0x49, 0x44, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x44, 0x61, 0x74, 0x65, 0x22, 0xa5, 0x01, 0x0a,
0x09, 0x4d, 0x61, 0x70, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x44,
0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x44, 0x12, 0x25, 0x0a, 0x0b, 0x44, 0x69,
0x65, 0x49, 0x44, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x44, 0x61, 0x74, 0x65, 0x22, 0x95, 0x01, 0x0a,
0x09, 0x4d, 0x61, 0x70, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x25, 0x0a, 0x0b, 0x44, 0x69,
0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48,
0x00, 0x52, 0x0b, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x88, 0x01,
0x01, 0x12, 0x1d, 0x0a, 0x07, 0x43, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01,