mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 15:04:37 +01:00
901 lines
42 KiB
C#
901 lines
42 KiB
C#
// <auto-generated>
|
|
// This file was generated by a tool; you should avoid making direct changes.
|
|
// Consider using 'partial classes' to extend these types
|
|
// Input: p12_pb.proto
|
|
// </auto-generated>
|
|
|
|
#region Designer generated code
|
|
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
|
namespace BLHX.Server.Common.Proto.p12
|
|
{
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"build_info")]
|
|
public partial class BuildInfo : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"pos", IsRequired = true)]
|
|
public uint Pos { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"tid", IsRequired = true)]
|
|
public uint Tid { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12002")]
|
|
public partial class Cs12002 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"id", IsRequired = true)]
|
|
public uint Id { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"count", IsRequired = true)]
|
|
public uint Count { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3, Name = @"costtype", IsRequired = true)]
|
|
public uint Costtype { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12004")]
|
|
public partial class Cs12004 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_id_list")]
|
|
public global::System.Collections.Generic.List<uint> ShipIdLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12006")]
|
|
public partial class Cs12006 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_id", IsRequired = true)]
|
|
public uint ShipId { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"equip_id", IsRequired = true)]
|
|
public uint EquipId { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3, Name = @"pos", IsRequired = true)]
|
|
public uint Pos { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(4, Name = @"type", IsRequired = true)]
|
|
public uint Type { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12008")]
|
|
public partial class Cs12008 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"type", IsRequired = true)]
|
|
public uint Type { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"pos_list")]
|
|
public global::System.Collections.Generic.List<uint> PosLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12011")]
|
|
public partial class Cs12011 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_id", IsRequired = true)]
|
|
public uint ShipId { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"remould_id", IsRequired = true)]
|
|
public uint RemouldId { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3, Name = @"material_id")]
|
|
public global::System.Collections.Generic.List<uint> MaterialIds { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12017")]
|
|
public partial class Cs12017 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_id", IsRequired = true)]
|
|
public uint ShipId { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"material_id_list")]
|
|
public global::System.Collections.Generic.List<uint> MaterialIdLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12020")]
|
|
public partial class Cs12020 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_id", IsRequired = true)]
|
|
public uint ShipId { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12022")]
|
|
public partial class Cs12022 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_id_list")]
|
|
public global::System.Collections.Generic.List<uint> ShipIdLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"is_locked", IsRequired = true)]
|
|
public uint IsLocked { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12025")]
|
|
public partial class Cs12025 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"type", IsRequired = true)]
|
|
public uint Type { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"pos_list")]
|
|
public global::System.Collections.Generic.List<uint> PosLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12027")]
|
|
public partial class Cs12027 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_id", IsRequired = true)]
|
|
public uint ShipId { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"material_id_list")]
|
|
public global::System.Collections.Generic.List<uint> MaterialIdLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12029")]
|
|
public partial class Cs12029 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"id", IsRequired = true)]
|
|
public uint Id { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"num", IsRequired = true)]
|
|
public uint Num { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12032")]
|
|
public partial class Cs12032 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_id", IsRequired = true)]
|
|
public uint ShipId { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12034")]
|
|
public partial class Cs12034 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_id", IsRequired = true)]
|
|
public uint ShipId { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"name", IsRequired = true)]
|
|
public string Name { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12036")]
|
|
public partial class Cs12036 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_id", IsRequired = true)]
|
|
public uint ShipId { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"equip_skin_id", IsRequired = true)]
|
|
public uint EquipSkinId { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3, Name = @"pos", IsRequired = true)]
|
|
public uint Pos { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12038")]
|
|
public partial class Cs12038 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_id", IsRequired = true)]
|
|
public uint ShipId { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12040")]
|
|
public partial class Cs12040 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_id", IsRequired = true)]
|
|
public uint ShipId { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"flag", IsRequired = true)]
|
|
public uint Flag { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12043")]
|
|
public partial class Cs12043 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"type", IsRequired = true)]
|
|
public uint Type { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12045")]
|
|
public partial class Cs12045 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"type", IsRequired = true)]
|
|
public uint Type { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12047")]
|
|
public partial class Cs12047 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_tid", IsRequired = true)]
|
|
public uint ShipTid { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12102")]
|
|
public partial class Cs12102 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"id", IsRequired = true)]
|
|
public uint Id { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"ship_list")]
|
|
public global::System.Collections.Generic.List<uint> ShipLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12104")]
|
|
public partial class Cs12104 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"id", IsRequired = true)]
|
|
public uint Id { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"name", IsRequired = true)]
|
|
public string Name { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12202")]
|
|
public partial class Cs12202 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_id", IsRequired = true)]
|
|
public uint ShipId { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"skin_id", IsRequired = true)]
|
|
public uint SkinId { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12204")]
|
|
public partial class Cs12204 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"flag", IsRequired = true)]
|
|
public uint Flag { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12206")]
|
|
public partial class Cs12206 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"flag", IsRequired = true)]
|
|
public uint Flag { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12208")]
|
|
public partial class Cs12208 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"add_list")]
|
|
public global::System.Collections.Generic.List<uint> AddLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"del_list")]
|
|
public global::System.Collections.Generic.List<uint> DelLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12299")]
|
|
public partial class Cs12299 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"num", IsRequired = true)]
|
|
public uint Num { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"cs_12301")]
|
|
public partial class Cs12301 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"type", IsRequired = true)]
|
|
public uint Type { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"id_list")]
|
|
public global::System.Collections.Generic.List<uint> IdLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"groupinfo")]
|
|
public partial class Groupinfo : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"id", IsRequired = true)]
|
|
public uint Id { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"name", IsRequired = true)]
|
|
public string Name { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3, Name = @"ship_list")]
|
|
public global::System.Collections.Generic.List<uint> ShipLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
[global::ProtoBuf.ProtoMember(4, Name = @"commanders")]
|
|
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commandersinfo> Commanders { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commandersinfo>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12001")]
|
|
public partial class Sc12001 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"shiplist")]
|
|
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo> Shiplists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12003")]
|
|
public partial class Sc12003 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"build_info")]
|
|
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Buildinfo> BuildInfoes { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Buildinfo>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12005")]
|
|
public partial class Sc12005 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"ship_id_list")]
|
|
public global::System.Collections.Generic.List<uint> ShipIdLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12007")]
|
|
public partial class Sc12007 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12009")]
|
|
public partial class Sc12009 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"pos_list")]
|
|
public global::System.Collections.Generic.List<uint> PosLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12010")]
|
|
public partial class Sc12010 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_list")]
|
|
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo> ShipLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12012")]
|
|
public partial class Sc12012 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12018")]
|
|
public partial class Sc12018 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12019")]
|
|
public partial class Sc12019 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"intimacy", IsRequired = true)]
|
|
public uint Intimacy { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12021")]
|
|
public partial class Sc12021 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12023")]
|
|
public partial class Sc12023 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12024")]
|
|
public partial class Sc12024 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"worklist_count", IsRequired = true)]
|
|
public uint WorklistCount { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"worklist_list")]
|
|
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Buildinfo> WorklistLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Buildinfo>();
|
|
|
|
[global::ProtoBuf.ProtoMember(3, Name = @"draw_count_1", IsRequired = true)]
|
|
public uint DrawCount1 { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(4, Name = @"draw_count_10", IsRequired = true)]
|
|
public uint DrawCount10 { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(5, Name = @"exchange_count", IsRequired = true)]
|
|
public uint ExchangeCount { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12026")]
|
|
public partial class Sc12026 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"ship_list")]
|
|
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo> ShipLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12028")]
|
|
public partial class Sc12028 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12030")]
|
|
public partial class Sc12030 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"ship_list")]
|
|
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo> ShipLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12031")]
|
|
public partial class Sc12031 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"energy_auto_increase_time", IsRequired = true)]
|
|
public uint EnergyAutoIncreaseTime { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12033")]
|
|
public partial class Sc12033 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"time", IsRequired = true)]
|
|
public uint Time { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12035")]
|
|
public partial class Sc12035 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12037")]
|
|
public partial class Sc12037 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12039")]
|
|
public partial class Sc12039 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12041")]
|
|
public partial class Sc12041 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12042")]
|
|
public partial class Sc12042 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_list")]
|
|
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo> ShipLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12044")]
|
|
public partial class Sc12044 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"infoList")]
|
|
public global::System.Collections.Generic.List<BuildInfo> infoLists { get; set; } = new global::System.Collections.Generic.List<BuildInfo>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12046")]
|
|
public partial class Sc12046 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12048")]
|
|
public partial class Sc12048 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
|
|
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12101")]
|
|
public partial class Sc12101 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"group_list")]
|
|
public global::System.Collections.Generic.List<Groupinfo> GroupLists { get; set; } = new global::System.Collections.Generic.List<Groupinfo>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12103")]
|
|
public partial class Sc12103 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12105")]
|
|
public partial class Sc12105 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12106")]
|
|
public partial class Sc12106 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"group", IsRequired = true)]
|
|
public Groupinfo Group { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12201")]
|
|
public partial class Sc12201 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"skin_list")]
|
|
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Idtimeinfo> SkinLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Idtimeinfo>();
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"forbidden_skin_list")]
|
|
public global::System.Collections.Generic.List<uint> ForbiddenSkinLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
[global::ProtoBuf.ProtoMember(3, Name = @"forbidden_skin_type")]
|
|
public global::System.Collections.Generic.List<uint> ForbiddenSkinTypes { get; set; } = new global::System.Collections.Generic.List<uint>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12203")]
|
|
public partial class Sc12203 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12205")]
|
|
public partial class Sc12205 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12207")]
|
|
public partial class Sc12207 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12209")]
|
|
public partial class Sc12209 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
|
public uint Result { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract(Name = @"sc_12302")]
|
|
public partial class Sc12302 : global::ProtoBuf.IExtensible
|
|
{
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"ship_list")]
|
|
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo> ShipLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo>();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#pragma warning restore CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
|
#endregion
|