// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: circuits_v2/room_mood_background_objects_data.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace CircuitsV2.Protobuf { /// Holder for reflection information generated from circuits_v2/room_mood_background_objects_data.proto public static partial class RoomMoodBackgroundObjectsDataReflection { #region Descriptor /// File descriptor for circuits_v2/room_mood_background_objects_data.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static RoomMoodBackgroundObjectsDataReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CjNjaXJjdWl0c192Mi9yb29tX21vb2RfYmFja2dyb3VuZF9vYmplY3RzX2Rh", "dGEucHJvdG8SC2NpcmN1aXRzX3YyGiBjaXJjdWl0c192Mi9yb29tX21vb2Rf", "ZGF0YS5wcm90bxo4Y2lyY3VpdHNfdjIvcm9vbV9tb29kX2JhY2tncm91bmRf", "b2JqZWN0c190eXBlX2RhdGEucHJvdG8i0gIKHVJvb21Nb29kQmFja2dyb3Vu", "ZE9iamVjdHNEYXRhEjEKDm1vb2RfYmFzZV9kYXRhGAEgASgLMhkuY2lyY3Vp", "dHNfdjIuUm9vbU1vb2REYXRhEkEKCW1vdW50YWlucxgCIAEoCzIuLmNpcmN1", "aXRzX3YyLlJvb21Nb29kQmFja2dyb3VuZE9iamVjdHNUeXBlRGF0YRI+CgZj", "bG91ZHMYAyABKAsyLi5jaXJjdWl0c192Mi5Sb29tTW9vZEJhY2tncm91bmRP", "YmplY3RzVHlwZURhdGESPQoFc3RhcnMYBCABKAsyLi5jaXJjdWl0c192Mi5S", "b29tTW9vZEJhY2tncm91bmRPYmplY3RzVHlwZURhdGESPAoEbW9vbhgFIAEo", "CzIuLmNpcmN1aXRzX3YyLlJvb21Nb29kQmFja2dyb3VuZE9iamVjdHNUeXBl", "RGF0YUIWqgITQ2lyY3VpdHNWMi5Qcm90b2J1ZmIGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::CircuitsV2.Protobuf.RoomMoodDataReflection.Descriptor, global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeDataReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsData), global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsData.Parser, new[]{ "MoodBaseData", "Mountains", "Clouds", "Stars", "Moon" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class RoomMoodBackgroundObjectsData : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new RoomMoodBackgroundObjectsData()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsDataReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RoomMoodBackgroundObjectsData() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RoomMoodBackgroundObjectsData(RoomMoodBackgroundObjectsData other) : this() { moodBaseData_ = other.moodBaseData_ != null ? other.moodBaseData_.Clone() : null; mountains_ = other.mountains_ != null ? other.mountains_.Clone() : null; clouds_ = other.clouds_ != null ? other.clouds_.Clone() : null; stars_ = other.stars_ != null ? other.stars_.Clone() : null; moon_ = other.moon_ != null ? other.moon_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public RoomMoodBackgroundObjectsData Clone() { return new RoomMoodBackgroundObjectsData(this); } /// Field number for the "mood_base_data" field. public const int MoodBaseDataFieldNumber = 1; private global::CircuitsV2.Protobuf.RoomMoodData moodBaseData_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::CircuitsV2.Protobuf.RoomMoodData MoodBaseData { get { return moodBaseData_; } set { moodBaseData_ = value; } } /// Field number for the "mountains" field. public const int MountainsFieldNumber = 2; private global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData mountains_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData Mountains { get { return mountains_; } set { mountains_ = value; } } /// Field number for the "clouds" field. public const int CloudsFieldNumber = 3; private global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData clouds_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData Clouds { get { return clouds_; } set { clouds_ = value; } } /// Field number for the "stars" field. public const int StarsFieldNumber = 4; private global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData stars_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData Stars { get { return stars_; } set { stars_ = value; } } /// Field number for the "moon" field. public const int MoonFieldNumber = 5; private global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData moon_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData Moon { get { return moon_; } set { moon_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as RoomMoodBackgroundObjectsData); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(RoomMoodBackgroundObjectsData other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (!object.Equals(MoodBaseData, other.MoodBaseData)) return false; if (!object.Equals(Mountains, other.Mountains)) return false; if (!object.Equals(Clouds, other.Clouds)) return false; if (!object.Equals(Stars, other.Stars)) return false; if (!object.Equals(Moon, other.Moon)) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; if (moodBaseData_ != null) hash ^= MoodBaseData.GetHashCode(); if (mountains_ != null) hash ^= Mountains.GetHashCode(); if (clouds_ != null) hash ^= Clouds.GetHashCode(); if (stars_ != null) hash ^= Stars.GetHashCode(); if (moon_ != null) hash ^= Moon.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (moodBaseData_ != null) { output.WriteRawTag(10); output.WriteMessage(MoodBaseData); } if (mountains_ != null) { output.WriteRawTag(18); output.WriteMessage(Mountains); } if (clouds_ != null) { output.WriteRawTag(26); output.WriteMessage(Clouds); } if (stars_ != null) { output.WriteRawTag(34); output.WriteMessage(Stars); } if (moon_ != null) { output.WriteRawTag(42); output.WriteMessage(Moon); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (moodBaseData_ != null) { output.WriteRawTag(10); output.WriteMessage(MoodBaseData); } if (mountains_ != null) { output.WriteRawTag(18); output.WriteMessage(Mountains); } if (clouds_ != null) { output.WriteRawTag(26); output.WriteMessage(Clouds); } if (stars_ != null) { output.WriteRawTag(34); output.WriteMessage(Stars); } if (moon_ != null) { output.WriteRawTag(42); output.WriteMessage(Moon); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; if (moodBaseData_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(MoodBaseData); } if (mountains_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Mountains); } if (clouds_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Clouds); } if (stars_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Stars); } if (moon_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Moon); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(RoomMoodBackgroundObjectsData other) { if (other == null) { return; } if (other.moodBaseData_ != null) { if (moodBaseData_ == null) { MoodBaseData = new global::CircuitsV2.Protobuf.RoomMoodData(); } MoodBaseData.MergeFrom(other.MoodBaseData); } if (other.mountains_ != null) { if (mountains_ == null) { Mountains = new global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData(); } Mountains.MergeFrom(other.Mountains); } if (other.clouds_ != null) { if (clouds_ == null) { Clouds = new global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData(); } Clouds.MergeFrom(other.Clouds); } if (other.stars_ != null) { if (stars_ == null) { Stars = new global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData(); } Stars.MergeFrom(other.Stars); } if (other.moon_ != null) { if (moon_ == null) { Moon = new global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData(); } Moon.MergeFrom(other.Moon); } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(pb::CodedInputStream input) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE input.ReadRawMessage(this); #else uint tag; while ((tag = input.ReadTag()) != 0) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 10: { if (moodBaseData_ == null) { MoodBaseData = new global::CircuitsV2.Protobuf.RoomMoodData(); } input.ReadMessage(MoodBaseData); break; } case 18: { if (mountains_ == null) { Mountains = new global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData(); } input.ReadMessage(Mountains); break; } case 26: { if (clouds_ == null) { Clouds = new global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData(); } input.ReadMessage(Clouds); break; } case 34: { if (stars_ == null) { Stars = new global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData(); } input.ReadMessage(Stars); break; } case 42: { if (moon_ == null) { Moon = new global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData(); } input.ReadMessage(Moon); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { uint tag; while ((tag = input.ReadTag()) != 0) { if ((tag & 7) == 4) { // Abort on any end group tag. return; } switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 10: { if (moodBaseData_ == null) { MoodBaseData = new global::CircuitsV2.Protobuf.RoomMoodData(); } input.ReadMessage(MoodBaseData); break; } case 18: { if (mountains_ == null) { Mountains = new global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData(); } input.ReadMessage(Mountains); break; } case 26: { if (clouds_ == null) { Clouds = new global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData(); } input.ReadMessage(Clouds); break; } case 34: { if (stars_ == null) { Stars = new global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData(); } input.ReadMessage(Stars); break; } case 42: { if (moon_ == null) { Moon = new global::CircuitsV2.Protobuf.RoomMoodBackgroundObjectsTypeData(); } input.ReadMessage(Moon); break; } } } } #endif } #endregion } #endregion Designer generated code