// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: LineupInfo.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 EggLink.DanhengServer.Proto { /// Holder for reflection information generated from LineupInfo.proto public static partial class LineupInfoReflection { #region Descriptor /// File descriptor for LineupInfo.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static LineupInfoReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChBMaW5ldXBJbmZvLnByb3RvGhJMaW5ldXBBdmF0YXIucHJvdG8aFUV4dHJh", "TGluZXVwVHlwZS5wcm90byLPAgoKTGluZXVwSW5mbxITCgtCRk5CS0xNQU1L", "QhgJIAEoCBISCgppc192aXJ0dWFsGAUgASgIEg4KBm1heF9tcBgLIAEoDRIr", "ChFleHRyYV9saW5ldXBfdHlwZRgCIAEoDjIQLkV4dHJhTGluZXVwVHlwZRIh", "ChlzdG9yeV9saW5lX2F2YXRhcl9pZF9saXN0GA8gAygNEhMKC2xlYWRlcl9z", "bG90GA0gASgNEg0KBWluZGV4GAMgASgNEhMKC01BTktLRlBCRkNCGAggAygN", "EgwKBG5hbWUYDiABKAkSGgoSZ2FtZV9zdG9yeV9saW5lX2lkGAEgASgNEiIK", "C2F2YXRhcl9saXN0GAYgAygLMg0uTGluZXVwQXZhdGFyEgoKAm1wGAQgASgN", "EhMKC0tPTVBDSlBBUEtNGAwgAygNEhAKCHBsYW5lX2lkGAogASgNQh6qAhtF", "Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.LineupAvatarReflection.Descriptor, global::EggLink.DanhengServer.Proto.ExtraLineupTypeReflection.Descriptor, }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LineupInfo), global::EggLink.DanhengServer.Proto.LineupInfo.Parser, new[]{ "BFNBKLMAMKB", "IsVirtual", "MaxMp", "ExtraLineupType", "StoryLineAvatarIdList", "LeaderSlot", "Index", "MANKKFPBFCB", "Name", "GameStoryLineId", "AvatarList", "Mp", "KOMPCJPAPKM", "PlaneId" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class LineupInfo : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new LineupInfo()); 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::EggLink.DanhengServer.Proto.LineupInfoReflection.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 LineupInfo() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public LineupInfo(LineupInfo other) : this() { bFNBKLMAMKB_ = other.bFNBKLMAMKB_; isVirtual_ = other.isVirtual_; maxMp_ = other.maxMp_; extraLineupType_ = other.extraLineupType_; storyLineAvatarIdList_ = other.storyLineAvatarIdList_.Clone(); leaderSlot_ = other.leaderSlot_; index_ = other.index_; mANKKFPBFCB_ = other.mANKKFPBFCB_.Clone(); name_ = other.name_; gameStoryLineId_ = other.gameStoryLineId_; avatarList_ = other.avatarList_.Clone(); mp_ = other.mp_; kOMPCJPAPKM_ = other.kOMPCJPAPKM_.Clone(); planeId_ = other.planeId_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public LineupInfo Clone() { return new LineupInfo(this); } /// Field number for the "BFNBKLMAMKB" field. public const int BFNBKLMAMKBFieldNumber = 9; private bool bFNBKLMAMKB_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool BFNBKLMAMKB { get { return bFNBKLMAMKB_; } set { bFNBKLMAMKB_ = value; } } /// Field number for the "is_virtual" field. public const int IsVirtualFieldNumber = 5; private bool isVirtual_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool IsVirtual { get { return isVirtual_; } set { isVirtual_ = value; } } /// Field number for the "max_mp" field. public const int MaxMpFieldNumber = 11; private uint maxMp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint MaxMp { get { return maxMp_; } set { maxMp_ = value; } } /// Field number for the "extra_lineup_type" field. public const int ExtraLineupTypeFieldNumber = 2; private global::EggLink.DanhengServer.Proto.ExtraLineupType extraLineupType_ = global::EggLink.DanhengServer.Proto.ExtraLineupType.LineupNone; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::EggLink.DanhengServer.Proto.ExtraLineupType ExtraLineupType { get { return extraLineupType_; } set { extraLineupType_ = value; } } /// Field number for the "story_line_avatar_id_list" field. public const int StoryLineAvatarIdListFieldNumber = 15; private static readonly pb::FieldCodec _repeated_storyLineAvatarIdList_codec = pb::FieldCodec.ForUInt32(122); private readonly pbc::RepeatedField storyLineAvatarIdList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField StoryLineAvatarIdList { get { return storyLineAvatarIdList_; } } /// Field number for the "leader_slot" field. public const int LeaderSlotFieldNumber = 13; private uint leaderSlot_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint LeaderSlot { get { return leaderSlot_; } set { leaderSlot_ = value; } } /// Field number for the "index" field. public const int IndexFieldNumber = 3; private uint index_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Index { get { return index_; } set { index_ = value; } } /// Field number for the "MANKKFPBFCB" field. public const int MANKKFPBFCBFieldNumber = 8; private static readonly pb::FieldCodec _repeated_mANKKFPBFCB_codec = pb::FieldCodec.ForUInt32(66); private readonly pbc::RepeatedField mANKKFPBFCB_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField MANKKFPBFCB { get { return mANKKFPBFCB_; } } /// Field number for the "name" field. public const int NameFieldNumber = 14; private string name_ = ""; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string Name { get { return name_; } set { name_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Field number for the "game_story_line_id" field. public const int GameStoryLineIdFieldNumber = 1; private uint gameStoryLineId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint GameStoryLineId { get { return gameStoryLineId_; } set { gameStoryLineId_ = value; } } /// Field number for the "avatar_list" field. public const int AvatarListFieldNumber = 6; private static readonly pb::FieldCodec _repeated_avatarList_codec = pb::FieldCodec.ForMessage(50, global::EggLink.DanhengServer.Proto.LineupAvatar.Parser); private readonly pbc::RepeatedField avatarList_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField AvatarList { get { return avatarList_; } } /// Field number for the "mp" field. public const int MpFieldNumber = 4; private uint mp_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Mp { get { return mp_; } set { mp_ = value; } } /// Field number for the "KOMPCJPAPKM" field. public const int KOMPCJPAPKMFieldNumber = 12; private static readonly pb::FieldCodec _repeated_kOMPCJPAPKM_codec = pb::FieldCodec.ForUInt32(98); private readonly pbc::RepeatedField kOMPCJPAPKM_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField KOMPCJPAPKM { get { return kOMPCJPAPKM_; } } /// Field number for the "plane_id" field. public const int PlaneIdFieldNumber = 10; private uint planeId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint PlaneId { get { return planeId_; } set { planeId_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as LineupInfo); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(LineupInfo other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (BFNBKLMAMKB != other.BFNBKLMAMKB) return false; if (IsVirtual != other.IsVirtual) return false; if (MaxMp != other.MaxMp) return false; if (ExtraLineupType != other.ExtraLineupType) return false; if(!storyLineAvatarIdList_.Equals(other.storyLineAvatarIdList_)) return false; if (LeaderSlot != other.LeaderSlot) return false; if (Index != other.Index) return false; if(!mANKKFPBFCB_.Equals(other.mANKKFPBFCB_)) return false; if (Name != other.Name) return false; if (GameStoryLineId != other.GameStoryLineId) return false; if(!avatarList_.Equals(other.avatarList_)) return false; if (Mp != other.Mp) return false; if(!kOMPCJPAPKM_.Equals(other.kOMPCJPAPKM_)) return false; if (PlaneId != other.PlaneId) 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 (BFNBKLMAMKB != false) hash ^= BFNBKLMAMKB.GetHashCode(); if (IsVirtual != false) hash ^= IsVirtual.GetHashCode(); if (MaxMp != 0) hash ^= MaxMp.GetHashCode(); if (ExtraLineupType != global::EggLink.DanhengServer.Proto.ExtraLineupType.LineupNone) hash ^= ExtraLineupType.GetHashCode(); hash ^= storyLineAvatarIdList_.GetHashCode(); if (LeaderSlot != 0) hash ^= LeaderSlot.GetHashCode(); if (Index != 0) hash ^= Index.GetHashCode(); hash ^= mANKKFPBFCB_.GetHashCode(); if (Name.Length != 0) hash ^= Name.GetHashCode(); if (GameStoryLineId != 0) hash ^= GameStoryLineId.GetHashCode(); hash ^= avatarList_.GetHashCode(); if (Mp != 0) hash ^= Mp.GetHashCode(); hash ^= kOMPCJPAPKM_.GetHashCode(); if (PlaneId != 0) hash ^= PlaneId.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 (GameStoryLineId != 0) { output.WriteRawTag(8); output.WriteUInt32(GameStoryLineId); } if (ExtraLineupType != global::EggLink.DanhengServer.Proto.ExtraLineupType.LineupNone) { output.WriteRawTag(16); output.WriteEnum((int) ExtraLineupType); } if (Index != 0) { output.WriteRawTag(24); output.WriteUInt32(Index); } if (Mp != 0) { output.WriteRawTag(32); output.WriteUInt32(Mp); } if (IsVirtual != false) { output.WriteRawTag(40); output.WriteBool(IsVirtual); } avatarList_.WriteTo(output, _repeated_avatarList_codec); mANKKFPBFCB_.WriteTo(output, _repeated_mANKKFPBFCB_codec); if (BFNBKLMAMKB != false) { output.WriteRawTag(72); output.WriteBool(BFNBKLMAMKB); } if (PlaneId != 0) { output.WriteRawTag(80); output.WriteUInt32(PlaneId); } if (MaxMp != 0) { output.WriteRawTag(88); output.WriteUInt32(MaxMp); } kOMPCJPAPKM_.WriteTo(output, _repeated_kOMPCJPAPKM_codec); if (LeaderSlot != 0) { output.WriteRawTag(104); output.WriteUInt32(LeaderSlot); } if (Name.Length != 0) { output.WriteRawTag(114); output.WriteString(Name); } storyLineAvatarIdList_.WriteTo(output, _repeated_storyLineAvatarIdList_codec); 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 (GameStoryLineId != 0) { output.WriteRawTag(8); output.WriteUInt32(GameStoryLineId); } if (ExtraLineupType != global::EggLink.DanhengServer.Proto.ExtraLineupType.LineupNone) { output.WriteRawTag(16); output.WriteEnum((int) ExtraLineupType); } if (Index != 0) { output.WriteRawTag(24); output.WriteUInt32(Index); } if (Mp != 0) { output.WriteRawTag(32); output.WriteUInt32(Mp); } if (IsVirtual != false) { output.WriteRawTag(40); output.WriteBool(IsVirtual); } avatarList_.WriteTo(ref output, _repeated_avatarList_codec); mANKKFPBFCB_.WriteTo(ref output, _repeated_mANKKFPBFCB_codec); if (BFNBKLMAMKB != false) { output.WriteRawTag(72); output.WriteBool(BFNBKLMAMKB); } if (PlaneId != 0) { output.WriteRawTag(80); output.WriteUInt32(PlaneId); } if (MaxMp != 0) { output.WriteRawTag(88); output.WriteUInt32(MaxMp); } kOMPCJPAPKM_.WriteTo(ref output, _repeated_kOMPCJPAPKM_codec); if (LeaderSlot != 0) { output.WriteRawTag(104); output.WriteUInt32(LeaderSlot); } if (Name.Length != 0) { output.WriteRawTag(114); output.WriteString(Name); } storyLineAvatarIdList_.WriteTo(ref output, _repeated_storyLineAvatarIdList_codec); 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 (BFNBKLMAMKB != false) { size += 1 + 1; } if (IsVirtual != false) { size += 1 + 1; } if (MaxMp != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MaxMp); } if (ExtraLineupType != global::EggLink.DanhengServer.Proto.ExtraLineupType.LineupNone) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ExtraLineupType); } size += storyLineAvatarIdList_.CalculateSize(_repeated_storyLineAvatarIdList_codec); if (LeaderSlot != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LeaderSlot); } if (Index != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Index); } size += mANKKFPBFCB_.CalculateSize(_repeated_mANKKFPBFCB_codec); if (Name.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); } if (GameStoryLineId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GameStoryLineId); } size += avatarList_.CalculateSize(_repeated_avatarList_codec); if (Mp != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Mp); } size += kOMPCJPAPKM_.CalculateSize(_repeated_kOMPCJPAPKM_codec); if (PlaneId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PlaneId); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(LineupInfo other) { if (other == null) { return; } if (other.BFNBKLMAMKB != false) { BFNBKLMAMKB = other.BFNBKLMAMKB; } if (other.IsVirtual != false) { IsVirtual = other.IsVirtual; } if (other.MaxMp != 0) { MaxMp = other.MaxMp; } if (other.ExtraLineupType != global::EggLink.DanhengServer.Proto.ExtraLineupType.LineupNone) { ExtraLineupType = other.ExtraLineupType; } storyLineAvatarIdList_.Add(other.storyLineAvatarIdList_); if (other.LeaderSlot != 0) { LeaderSlot = other.LeaderSlot; } if (other.Index != 0) { Index = other.Index; } mANKKFPBFCB_.Add(other.mANKKFPBFCB_); if (other.Name.Length != 0) { Name = other.Name; } if (other.GameStoryLineId != 0) { GameStoryLineId = other.GameStoryLineId; } avatarList_.Add(other.avatarList_); if (other.Mp != 0) { Mp = other.Mp; } kOMPCJPAPKM_.Add(other.kOMPCJPAPKM_); if (other.PlaneId != 0) { PlaneId = other.PlaneId; } _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) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 8: { GameStoryLineId = input.ReadUInt32(); break; } case 16: { ExtraLineupType = (global::EggLink.DanhengServer.Proto.ExtraLineupType) input.ReadEnum(); break; } case 24: { Index = input.ReadUInt32(); break; } case 32: { Mp = input.ReadUInt32(); break; } case 40: { IsVirtual = input.ReadBool(); break; } case 50: { avatarList_.AddEntriesFrom(input, _repeated_avatarList_codec); break; } case 66: case 64: { mANKKFPBFCB_.AddEntriesFrom(input, _repeated_mANKKFPBFCB_codec); break; } case 72: { BFNBKLMAMKB = input.ReadBool(); break; } case 80: { PlaneId = input.ReadUInt32(); break; } case 88: { MaxMp = input.ReadUInt32(); break; } case 98: case 96: { kOMPCJPAPKM_.AddEntriesFrom(input, _repeated_kOMPCJPAPKM_codec); break; } case 104: { LeaderSlot = input.ReadUInt32(); break; } case 114: { Name = input.ReadString(); break; } case 122: case 120: { storyLineAvatarIdList_.AddEntriesFrom(input, _repeated_storyLineAvatarIdList_codec); 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) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 8: { GameStoryLineId = input.ReadUInt32(); break; } case 16: { ExtraLineupType = (global::EggLink.DanhengServer.Proto.ExtraLineupType) input.ReadEnum(); break; } case 24: { Index = input.ReadUInt32(); break; } case 32: { Mp = input.ReadUInt32(); break; } case 40: { IsVirtual = input.ReadBool(); break; } case 50: { avatarList_.AddEntriesFrom(ref input, _repeated_avatarList_codec); break; } case 66: case 64: { mANKKFPBFCB_.AddEntriesFrom(ref input, _repeated_mANKKFPBFCB_codec); break; } case 72: { BFNBKLMAMKB = input.ReadBool(); break; } case 80: { PlaneId = input.ReadUInt32(); break; } case 88: { MaxMp = input.ReadUInt32(); break; } case 98: case 96: { kOMPCJPAPKM_.AddEntriesFrom(ref input, _repeated_kOMPCJPAPKM_codec); break; } case 104: { LeaderSlot = input.ReadUInt32(); break; } case 114: { Name = input.ReadString(); break; } case 122: case 120: { storyLineAvatarIdList_.AddEntriesFrom(ref input, _repeated_storyLineAvatarIdList_codec); break; } } } } #endif } #endregion } #endregion Designer generated code