Okayish pcap parser

This commit is contained in:
rfi
2024-02-19 21:48:37 +07:00
parent 056cd94e00
commit 27acfdff08
37 changed files with 489 additions and 177 deletions

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.common
namespace BLHX.Server.Common.Proto.common
{
[global::ProtoBuf.ProtoContract(Name = @"appreciationinfo")]

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.guild
namespace BLHX.Server.Common.Proto.guild
{
[global::ProtoBuf.ProtoContract(Name = @"capital_log")]

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p10
namespace BLHX.Server.Common.Proto.p10
{
[global::ProtoBuf.ProtoContract(Name = @"cs_10001")]

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p11
namespace BLHX.Server.Common.Proto.p11
{
[global::ProtoBuf.ProtoContract(Name = @"activityinfo")]
@@ -81,10 +81,10 @@ namespace BHXY.Server.Common.Proto.p11
public global::System.Collections.Generic.List<InsMessage> InsMessageLists { get; set; } = new global::System.Collections.Generic.List<InsMessage>();
[global::ProtoBuf.ProtoMember(13, Name = @"collection_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Collectioninfo> CollectionLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Collectioninfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Collectioninfo> CollectionLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Collectioninfo>();
[global::ProtoBuf.ProtoMember(14, Name = @"task_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Taskinfo> TaskLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Taskinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Taskinfo> TaskLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Taskinfo>();
[global::ProtoBuf.ProtoMember(15, Name = @"buff_list")]
public global::System.Collections.Generic.List<Benefitbuff> BuffLists { get; set; } = new global::System.Collections.Generic.List<Benefitbuff>();
@@ -407,7 +407,7 @@ namespace BHXY.Server.Common.Proto.p11
public global::System.Collections.Generic.List<uint> ArgList2s { get; set; } = new global::System.Collections.Generic.List<uint>();
[global::ProtoBuf.ProtoMember(8, Name = @"kvargs1")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata> Kvargs1s { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata> Kvargs1s { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata>();
}
@@ -713,7 +713,7 @@ namespace BHXY.Server.Common.Proto.p11
public global::System.Collections.Generic.List<uint> ShipLists { get; set; } = new global::System.Collections.Generic.List<uint>();
[global::ProtoBuf.ProtoMember(3, Name = @"commanders")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo> Commanders { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo>();
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>();
}
@@ -922,7 +922,7 @@ namespace BHXY.Server.Common.Proto.p11
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"user", IsRequired = true)]
public global::BHXY.Server.Common.Proto.common.Usersimpleinfo User { get; set; }
public global::BLHX.Server.Common.Proto.common.Usersimpleinfo User { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"pt", IsRequired = true)]
public uint Pt { get; set; }
@@ -1063,25 +1063,25 @@ namespace BHXY.Server.Common.Proto.p11
public global::System.Collections.Generic.List<uint> MedalIds { get; set; } = new global::System.Collections.Generic.List<uint>();
[global::ProtoBuf.ProtoMember(32, Name = @"icon_frame_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Idtimeinfo> IconFrameLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Idtimeinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Idtimeinfo> IconFrameLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Idtimeinfo>();
[global::ProtoBuf.ProtoMember(33, Name = @"chat_frame_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Idtimeinfo> ChatFrameLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Idtimeinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Idtimeinfo> ChatFrameLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Idtimeinfo>();
[global::ProtoBuf.ProtoMember(34, Name = @"display")]
public global::BHXY.Server.Common.Proto.common.Displayinfo Display { get; set; }
public global::BLHX.Server.Common.Proto.common.Displayinfo Display { get; set; }
[global::ProtoBuf.ProtoMember(35, Name = @"rmb", IsRequired = true)]
public uint Rmb { get; set; }
[global::ProtoBuf.ProtoMember(36, Name = @"appreciation", IsRequired = true)]
public global::BHXY.Server.Common.Proto.common.Appreciationinfo Appreciation { get; set; }
public global::BLHX.Server.Common.Proto.common.Appreciationinfo Appreciation { get; set; }
[global::ProtoBuf.ProtoMember(37, Name = @"theme_upload_not_allowed_time", IsRequired = true)]
public uint ThemeUploadNotAllowedTime { get; set; }
[global::ProtoBuf.ProtoMember(38, Name = @"refund_shop_info_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.RefundShopinfo> RefundShopInfoLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.RefundShopinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.RefundShopinfo> RefundShopInfoLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.RefundShopinfo>();
[global::ProtoBuf.ProtoMember(39, Name = @"cartoon_read_mark")]
public global::System.Collections.Generic.List<uint> CartoonReadMarks { get; set; } = new global::System.Collections.Generic.List<uint>();
@@ -1204,7 +1204,7 @@ namespace BHXY.Server.Common.Proto.p11
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -1243,7 +1243,7 @@ namespace BHXY.Server.Common.Proto.p11
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"shop_info")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.RefundShopinfo> ShopInfoes { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.RefundShopinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.RefundShopinfo> ShopInfoes { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.RefundShopinfo>();
}
@@ -1332,10 +1332,10 @@ namespace BHXY.Server.Common.Proto.p11
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"award_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
[global::ProtoBuf.ProtoMember(3, Name = @"build")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Buildinfo> Builds { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Buildinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Buildinfo> Builds { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Buildinfo>();
[global::ProtoBuf.ProtoMember(4, Name = @"number")]
public global::System.Collections.Generic.List<uint> Numbers { get; set; } = new global::System.Collections.Generic.List<uint>();
@@ -1347,10 +1347,10 @@ namespace BHXY.Server.Common.Proto.p11
public InsMessage InsMessage { get; set; }
[global::ProtoBuf.ProtoMember(7, Name = @"collection_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Collectioninfo> CollectionLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Collectioninfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Collectioninfo> CollectionLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Collectioninfo>();
[global::ProtoBuf.ProtoMember(8, Name = @"task_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Taskinfo> TaskLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Taskinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Taskinfo> TaskLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Taskinfo>();
}
@@ -1794,7 +1794,7 @@ namespace BHXY.Server.Common.Proto.p11
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"award_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -1809,7 +1809,7 @@ namespace BHXY.Server.Common.Proto.p11
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"award_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p12
namespace BLHX.Server.Common.Proto.p12
{
[global::ProtoBuf.ProtoContract(Name = @"build_info")]
@@ -431,7 +431,7 @@ namespace BHXY.Server.Common.Proto.p12
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::BHXY.Server.Common.Proto.common.Commandersinfo> Commanders { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo>();
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>();
}
@@ -443,7 +443,7 @@ namespace BHXY.Server.Common.Proto.p12
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"shiplist")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo> Shiplists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo>();
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>();
}
@@ -458,7 +458,7 @@ namespace BHXY.Server.Common.Proto.p12
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"build_info")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Buildinfo> BuildInfoes { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Buildinfo>();
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>();
}
@@ -512,7 +512,7 @@ namespace BHXY.Server.Common.Proto.p12
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"ship_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo> ShipLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo>();
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>();
}
@@ -587,7 +587,7 @@ namespace BHXY.Server.Common.Proto.p12
public uint WorklistCount { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"worklist_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Buildinfo> WorklistLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Buildinfo>();
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; }
@@ -611,7 +611,7 @@ namespace BHXY.Server.Common.Proto.p12
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"ship_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo> ShipLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo>();
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>();
}
@@ -638,7 +638,7 @@ namespace BHXY.Server.Common.Proto.p12
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"ship_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo> ShipLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo>();
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>();
}
@@ -725,7 +725,7 @@ namespace BHXY.Server.Common.Proto.p12
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"ship_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo> ShipLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo>();
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>();
}
@@ -764,7 +764,7 @@ namespace BHXY.Server.Common.Proto.p12
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -824,7 +824,7 @@ namespace BHXY.Server.Common.Proto.p12
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"skin_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Idtimeinfo> SkinLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Idtimeinfo>();
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>();
@@ -890,7 +890,7 @@ namespace BHXY.Server.Common.Proto.p12
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"ship_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo> ShipLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo>();
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>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p13
namespace BLHX.Server.Common.Proto.p13
{
[global::ProtoBuf.ProtoContract(Name = @"ai_act")]
@@ -566,7 +566,7 @@ namespace BHXY.Server.Common.Proto.p13
public global::System.Collections.Generic.List<uint> MainIds { get; set; } = new global::System.Collections.Generic.List<uint>();
[global::ProtoBuf.ProtoMember(3, Name = @"commanders")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo> Commanders { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo>();
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>();
}
@@ -671,7 +671,7 @@ namespace BHXY.Server.Common.Proto.p13
public Chaptercellpos StartPos { get; set; }
[global::ProtoBuf.ProtoMember(10, Name = @"commander_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo> CommanderLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commandersinfo> CommanderLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commandersinfo>();
[global::ProtoBuf.ProtoMember(11, Name = @"move_step_down", IsRequired = true)]
public uint MoveStepDown { get; set; }
@@ -776,7 +776,7 @@ namespace BHXY.Server.Common.Proto.p13
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"collection_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Collectioninfo> CollectionLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Collectioninfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Collectioninfo> CollectionLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Collectioninfo>();
[global::ProtoBuf.ProtoMember(2, Name = @"max_team", IsRequired = true)]
public uint MaxTeam { get; set; }
@@ -809,10 +809,10 @@ namespace BHXY.Server.Common.Proto.p13
public uint Exp { get; set; }
[global::ProtoBuf.ProtoMember(3, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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.ProtoMember(4, Name = @"new_collection")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Collectioninfo> NewCollections { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Collectioninfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Collectioninfo> NewCollections { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Collectioninfo>();
[global::ProtoBuf.ProtoMember(5, Name = @"is_cri", IsRequired = true)]
public uint IsCri { get; set; }
@@ -842,7 +842,7 @@ namespace BHXY.Server.Common.Proto.p13
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"collection_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Collectioninfo> CollectionLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Collectioninfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Collectioninfo> CollectionLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Collectioninfo>();
}
@@ -854,7 +854,7 @@ namespace BHXY.Server.Common.Proto.p13
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"collection")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Collectioninfo> Collections { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Collectioninfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Collectioninfo> Collections { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Collectioninfo>();
}
@@ -887,7 +887,7 @@ namespace BHXY.Server.Common.Proto.p13
public global::System.Collections.Generic.List<Chaptercellpos> MovePaths { get; set; } = new global::System.Collections.Generic.List<Chaptercellpos>();
[global::ProtoBuf.ProtoMember(3, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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.ProtoMember(4, Name = @"map_update")]
public global::System.Collections.Generic.List<Chaptercellinfo> MapUpdates { get; set; } = new global::System.Collections.Generic.List<Chaptercellinfo>();
@@ -1022,7 +1022,7 @@ namespace BHXY.Server.Common.Proto.p13
public global::System.Collections.Generic.List<EscortInfo> EscortInfoes { get; set; } = new global::System.Collections.Generic.List<EscortInfo>();
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -1109,7 +1109,7 @@ namespace BHXY.Server.Common.Proto.p13
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p14
namespace BLHX.Server.Common.Proto.p14
{
[global::ProtoBuf.ProtoContract(Name = @"cs_14002")]
@@ -242,7 +242,7 @@ namespace BHXY.Server.Common.Proto.p14
public global::System.Collections.Generic.List<uint> ShipIdLists { get; set; } = new global::System.Collections.Generic.List<uint>();
[global::ProtoBuf.ProtoMember(3, Name = @"spweapon_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Spweaponinfo> SpweaponLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Spweaponinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Spweaponinfo> SpweaponLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Spweaponinfo>();
[global::ProtoBuf.ProtoMember(4, Name = @"spweapon_bag_size", IsRequired = true)]
public uint SpweaponBagSize { get; set; }
@@ -353,7 +353,7 @@ namespace BHXY.Server.Common.Proto.p14
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"spweapon_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Spweaponinfo> SpweaponLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Spweaponinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Spweaponinfo> SpweaponLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Spweaponinfo>();
}
@@ -422,7 +422,7 @@ namespace BHXY.Server.Common.Proto.p14
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"spweapon")]
public global::BHXY.Server.Common.Proto.common.Spweaponinfo Spweapon { get; set; }
public global::BLHX.Server.Common.Proto.common.Spweaponinfo Spweapon { get; set; }
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p15
namespace BLHX.Server.Common.Proto.p15
{
[global::ProtoBuf.ProtoContract(Name = @"cs_15002")]
@@ -167,7 +167,7 @@ namespace BHXY.Server.Common.Proto.p15
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p16
namespace BLHX.Server.Common.Proto.p16
{
[global::ProtoBuf.ProtoContract(Name = @"cs_16001")]
@@ -149,7 +149,7 @@ namespace BHXY.Server.Common.Proto.p16
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -164,7 +164,7 @@ namespace BHXY.Server.Common.Proto.p16
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"ship_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo> ShipLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo>();
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>();
}
@@ -218,7 +218,7 @@ namespace BHXY.Server.Common.Proto.p16
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -254,7 +254,7 @@ namespace BHXY.Server.Common.Proto.p16
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p17
namespace BLHX.Server.Common.Proto.p17
{
[global::ProtoBuf.ProtoContract(Name = @"achievement_info")]

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p18
namespace BLHX.Server.Common.Proto.p18
{
[global::ProtoBuf.ProtoContract(Name = @"arenarank")]
@@ -29,7 +29,7 @@ namespace BHXY.Server.Common.Proto.p18
public uint Score { get; set; }
[global::ProtoBuf.ProtoMember(5, Name = @"display")]
public global::BHXY.Server.Common.Proto.common.Displayinfo Display { get; set; }
public global::BLHX.Server.Common.Proto.common.Displayinfo Display { get; set; }
}
@@ -205,7 +205,7 @@ namespace BHXY.Server.Common.Proto.p18
public uint ArenaRank { get; set; }
[global::ProtoBuf.ProtoMember(6, Name = @"display")]
public global::BHXY.Server.Common.Proto.common.Displayinfo Display { get; set; }
public global::BLHX.Server.Common.Proto.common.Displayinfo Display { get; set; }
}
@@ -394,13 +394,13 @@ namespace BHXY.Server.Common.Proto.p18
public uint Rank { get; set; }
[global::ProtoBuf.ProtoMember(6, Name = @"vanguard_ship_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo> VanguardShipLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo> VanguardShipLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo>();
[global::ProtoBuf.ProtoMember(7, Name = @"main_ship_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo> MainShipLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo> MainShipLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo>();
[global::ProtoBuf.ProtoMember(8, Name = @"display")]
public global::BHXY.Server.Common.Proto.common.Displayinfo Display { get; set; }
public global::BLHX.Server.Common.Proto.common.Displayinfo Display { get; set; }
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p19
namespace BLHX.Server.Common.Proto.p19
{
[global::ProtoBuf.ProtoContract(Name = @"childinfo")]

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p20
namespace BLHX.Server.Common.Proto.p20
{
[global::ProtoBuf.ProtoContract(Name = @"act_task")]
@@ -50,7 +50,7 @@ namespace BHXY.Server.Common.Proto.p20
public uint Id { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"choice_award")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> ChoiceAwards { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> ChoiceAwards { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -164,7 +164,7 @@ namespace BHXY.Server.Common.Proto.p20
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"info")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Taskinfo> Infoes { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Taskinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Taskinfo> Infoes { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Taskinfo>();
}
@@ -215,7 +215,7 @@ namespace BHXY.Server.Common.Proto.p20
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"award_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -257,7 +257,7 @@ namespace BHXY.Server.Common.Proto.p20
public global::System.Collections.Generic.List<uint> IdLists { get; set; } = new global::System.Collections.Generic.List<uint>();
[global::ProtoBuf.ProtoMember(2, Name = @"award_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -272,7 +272,7 @@ namespace BHXY.Server.Common.Proto.p20
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"award_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -392,7 +392,7 @@ namespace BHXY.Server.Common.Proto.p20
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"award_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -455,7 +455,7 @@ namespace BHXY.Server.Common.Proto.p20
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"award_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p22
namespace BLHX.Server.Common.Proto.p22
{
[global::ProtoBuf.ProtoContract(Name = @"cs_22009")]
@@ -32,7 +32,7 @@ namespace BHXY.Server.Common.Proto.p22
public uint ShipId { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"books")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.ItemInfo> Books { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.ItemInfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.ItemInfo> Books { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.ItemInfo>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p24
namespace BLHX.Server.Common.Proto.p24
{
[global::ProtoBuf.ProtoContract(Name = @"userchallengeinfo")]
@@ -53,7 +53,7 @@ namespace BHXY.Server.Common.Proto.p24
public uint Pos { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"commanderinfo", IsRequired = true)]
public global::BHXY.Server.Common.Proto.common.Commanderinfo Commanderinfo { get; set; }
public global::BLHX.Server.Common.Proto.common.Commanderinfo Commanderinfo { get; set; }
}
@@ -140,7 +140,7 @@ namespace BHXY.Server.Common.Proto.p24
public global::System.Collections.Generic.List<uint> ShipLists { get; set; } = new global::System.Collections.Generic.List<uint>();
[global::ProtoBuf.ProtoMember(3, Name = @"commanders")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo> Commanders { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo>();
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>();
}
@@ -227,10 +227,10 @@ namespace BHXY.Server.Common.Proto.p24
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"times")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata> Times { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata> Times { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata>();
[global::ProtoBuf.ProtoMember(3, Name = @"awards")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata> Awards { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata> Awards { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata>();
}
@@ -245,7 +245,7 @@ namespace BHXY.Server.Common.Proto.p24
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -275,7 +275,7 @@ namespace BHXY.Server.Common.Proto.p24
public uint HpRant { get; set; }
[global::ProtoBuf.ProtoMember(3, Name = @"ship_info", IsRequired = true)]
public global::BHXY.Server.Common.Proto.common.Shipinfo ShipInfo { get; set; }
public global::BLHX.Server.Common.Proto.common.Shipinfo ShipInfo { get; set; }
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p25
namespace BLHX.Server.Common.Proto.p25
{
[global::ProtoBuf.ProtoContract(Name = @"commanderboxinfo")]
@@ -229,7 +229,7 @@ namespace BHXY.Server.Common.Proto.p25
public uint Id { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"commandersid")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo> Commandersids { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commandersinfo> Commandersids { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commandersinfo>();
}
@@ -355,7 +355,7 @@ namespace BHXY.Server.Common.Proto.p25
public uint Id { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"commandersid")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo> Commandersids { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commandersinfo> Commandersids { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commandersinfo>();
[global::ProtoBuf.ProtoMember(3, Name = @"name", IsRequired = true)]
public string Name { get; set; }
@@ -370,7 +370,7 @@ namespace BHXY.Server.Common.Proto.p25
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"commanders")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commanderinfo> Commanders { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commanderinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commanderinfo> Commanders { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commanderinfo>();
[global::ProtoBuf.ProtoMember(2, Name = @"box")]
public global::System.Collections.Generic.List<Commanderboxinfo> Boxs { get; set; } = new global::System.Collections.Generic.List<Commanderboxinfo>();
@@ -409,7 +409,7 @@ namespace BHXY.Server.Common.Proto.p25
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"commander", IsRequired = true)]
public global::BHXY.Server.Common.Proto.common.Commanderinfo Commander { get; set; }
public global::BLHX.Server.Common.Proto.common.Commanderinfo Commander { get; set; }
[global::ProtoBuf.ProtoMember(3, Name = @"finish_time", IsRequired = true)]
public uint FinishTime { get; set; }
@@ -502,7 +502,7 @@ namespace BHXY.Server.Common.Proto.p25
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"awards")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> Awards { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> Awards { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -580,7 +580,7 @@ namespace BHXY.Server.Common.Proto.p25
public uint Exp { get; set; }
[global::ProtoBuf.ProtoMember(4, Name = @"awards")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> Awards { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> Awards { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
[global::ProtoBuf.ProtoMember(5, Name = @"op_time", IsRequired = true)]
public uint OpTime { get; set; }
@@ -652,7 +652,7 @@ namespace BHXY.Server.Common.Proto.p25
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"commander_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commanderinfo> CommanderLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commanderinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commanderinfo> CommanderLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commanderinfo>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p26
namespace BLHX.Server.Common.Proto.p26
{
[global::ProtoBuf.ProtoContract(Name = @"act_goods_buy")]
@@ -53,7 +53,7 @@ namespace BHXY.Server.Common.Proto.p26
public uint Id { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"award_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -248,7 +248,7 @@ namespace BHXY.Server.Common.Proto.p26
public uint RecipeId { get; set; }
[global::ProtoBuf.ProtoMember(3, Name = @"items")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata> Items { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata> Items { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata>();
[global::ProtoBuf.ProtoMember(4, Name = @"times", IsRequired = true)]
public uint Times { get; set; }
@@ -500,7 +500,7 @@ namespace BHXY.Server.Common.Proto.p26
public uint Score { get; set; }
[global::ProtoBuf.ProtoMember(4, Name = @"display", IsRequired = true)]
public global::BHXY.Server.Common.Proto.common.Displayinfo Display { get; set; }
public global::BLHX.Server.Common.Proto.common.Displayinfo Display { get; set; }
}
@@ -633,7 +633,7 @@ namespace BHXY.Server.Common.Proto.p26
private uint? __pbn__Ultimate;
[global::ProtoBuf.ProtoMember(5, Name = @"maxscores")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata> Maxscores { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata> Maxscores { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata>();
}
@@ -741,7 +741,7 @@ namespace BHXY.Server.Common.Proto.p26
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -909,7 +909,7 @@ namespace BHXY.Server.Common.Proto.p26
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -924,10 +924,10 @@ namespace BHXY.Server.Common.Proto.p26
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"items")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata> Items { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata> Items { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata>();
[global::ProtoBuf.ProtoMember(3, Name = @"recipes")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata> Recipes { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata> Recipes { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata>();
[global::ProtoBuf.ProtoMember(4, Name = @"slots")]
public global::System.Collections.Generic.List<BuffSlot> Slots { get; set; } = new global::System.Collections.Generic.List<BuffSlot>();
@@ -945,7 +945,7 @@ namespace BHXY.Server.Common.Proto.p26
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"award_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -984,7 +984,7 @@ namespace BHXY.Server.Common.Proto.p26
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"award_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> AwardLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
[global::ProtoBuf.ProtoMember(3, Name = @"hub")]
public Minigamehub Hub { get; set; }
@@ -1095,7 +1095,7 @@ namespace BHXY.Server.Common.Proto.p26
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -1137,7 +1137,7 @@ namespace BHXY.Server.Common.Proto.p26
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p27
namespace BLHX.Server.Common.Proto.p27
{
[global::ProtoBuf.ProtoContract(Name = @"child_attr")]

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p30
namespace BLHX.Server.Common.Proto.p30
{
[global::ProtoBuf.ProtoContract(Name = @"attachment")]

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p33
namespace BLHX.Server.Common.Proto.p33
{
[global::ProtoBuf.ProtoContract(Name = @"ai_act")]
@@ -456,7 +456,7 @@ namespace BHXY.Server.Common.Proto.p33
public global::System.Collections.Generic.List<uint> ShipIdLists { get; set; } = new global::System.Collections.Generic.List<uint>();
[global::ProtoBuf.ProtoMember(2, Name = @"commanders")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo> Commanders { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo>();
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>();
}
@@ -549,7 +549,7 @@ namespace BHXY.Server.Common.Proto.p33
public global::System.Collections.Generic.List<BuffInfo> BuffLists { get; set; } = new global::System.Collections.Generic.List<BuffInfo>();
[global::ProtoBuf.ProtoMember(13, Name = @"commander_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo> CommanderLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commandersinfo> CommanderLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Commandersinfo>();
[global::ProtoBuf.ProtoMember(14, Name = @"kill_count", IsRequired = true)]
public uint KillCount { get; set; }
@@ -696,7 +696,7 @@ namespace BHXY.Server.Common.Proto.p33
public global::System.Collections.Generic.List<Chapterawardinfo> ChapterAwards { get; set; } = new global::System.Collections.Generic.List<Chapterawardinfo>();
[global::ProtoBuf.ProtoMember(11, Name = @"fleet_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Fleetinfo> FleetLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Fleetinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Fleetinfo> FleetLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Fleetinfo>();
[global::ProtoBuf.ProtoMember(12, Name = @"new_flag_port_list")]
public global::System.Collections.Generic.List<uint> NewFlagPortLists { get; set; } = new global::System.Collections.Generic.List<uint>();
@@ -747,7 +747,7 @@ namespace BHXY.Server.Common.Proto.p33
public global::System.Collections.Generic.List<Chaptercellpos> MovePaths { get; set; } = new global::System.Collections.Generic.List<Chaptercellpos>();
[global::ProtoBuf.ProtoMember(3, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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.ProtoMember(4, Name = @"enter_map_id")]
public uint EnterMapId
@@ -880,7 +880,7 @@ namespace BHXY.Server.Common.Proto.p33
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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.ProtoMember(3, Name = @"time", IsRequired = true)]
public uint Time { get; set; }
@@ -973,7 +973,7 @@ namespace BHXY.Server.Common.Proto.p33
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drops")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> Drops { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> Drops { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
[global::ProtoBuf.ProtoMember(3, Name = @"exp", IsRequired = true)]
public uint Exp { get; set; }
@@ -994,7 +994,7 @@ namespace BHXY.Server.Common.Proto.p33
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -1021,7 +1021,7 @@ namespace BHXY.Server.Common.Proto.p33
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -1147,7 +1147,7 @@ namespace BHXY.Server.Common.Proto.p33
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drops")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> Drops { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> Drops { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -1342,7 +1342,7 @@ namespace BHXY.Server.Common.Proto.p33
public uint EnterMapId { get; set; }
[global::ProtoBuf.ProtoMember(17, Name = @"cd_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Idtimeinfo> CdLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Idtimeinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Idtimeinfo> CdLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Idtimeinfo>();
[global::ProtoBuf.ProtoMember(18, Name = @"buff_list")]
public global::System.Collections.Generic.List<BuffInfo> BuffLists { get; set; } = new global::System.Collections.Generic.List<BuffInfo>();
@@ -1354,7 +1354,7 @@ namespace BHXY.Server.Common.Proto.p33
public global::System.Collections.Generic.List<uint> SairenChapters { get; set; } = new global::System.Collections.Generic.List<uint>();
[global::ProtoBuf.ProtoMember(21, Name = @"month_boss")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata> MonthBosses { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Kvdata>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata> MonthBosses { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Kvdata>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p34
namespace BLHX.Server.Common.Proto.p34
{
[global::ProtoBuf.ProtoContract(Name = @"cs_34001")]
@@ -246,7 +246,7 @@ namespace BHXY.Server.Common.Proto.p34
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -339,7 +339,7 @@ namespace BHXY.Server.Common.Proto.p34
public WorldbossInfo BossInfo { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"user_info", IsRequired = true)]
public global::BHXY.Server.Common.Proto.common.Usersimpleinfo UserInfo { get; set; }
public global::BLHX.Server.Common.Proto.common.Usersimpleinfo UserInfo { get; set; }
[global::ProtoBuf.ProtoMember(3, Name = @"type", IsRequired = true)]
public uint Type { get; set; }
@@ -384,7 +384,7 @@ namespace BHXY.Server.Common.Proto.p34
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drops")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> Drops { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> Drops { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -435,7 +435,7 @@ namespace BHXY.Server.Common.Proto.p34
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"ship_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo> ShipLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo>();
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>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p40
namespace BLHX.Server.Common.Proto.p40
{
[global::ProtoBuf.ProtoContract(Name = @"commander_exp")]
@@ -201,7 +201,7 @@ namespace BHXY.Server.Common.Proto.p40
public uint Hp { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_info")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropInfoes { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> DropInfoes { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -228,7 +228,7 @@ namespace BHXY.Server.Common.Proto.p40
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -268,10 +268,10 @@ namespace BHXY.Server.Common.Proto.p40
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_info")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropInfoes { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> DropInfoes { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
[global::ProtoBuf.ProtoMember(3, Name = @"extra_drop_info")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> ExtraDropInfoes { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> ExtraDropInfoes { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
[global::ProtoBuf.ProtoMember(4, Name = @"player_exp", IsRequired = true)]
public uint PlayerExp { get; set; }

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p50
namespace BLHX.Server.Common.Proto.p50
{
[global::ProtoBuf.ProtoContract(Name = @"ad_arg")]
@@ -272,7 +272,7 @@ namespace BHXY.Server.Common.Proto.p50
public global::System.Collections.Generic.List<uint> MedalIds { get; set; } = new global::System.Collections.Generic.List<uint>();
[global::ProtoBuf.ProtoMember(17, Name = @"display")]
public global::BHXY.Server.Common.Proto.common.Displayinfo Display { get; set; }
public global::BLHX.Server.Common.Proto.common.Displayinfo Display { get; set; }
}
@@ -302,7 +302,7 @@ namespace BHXY.Server.Common.Proto.p50
public uint PreOnlineTime { get; set; }
[global::ProtoBuf.ProtoMember(7, Name = @"display")]
public global::BHXY.Server.Common.Proto.common.Displayinfo Display { get; set; }
public global::BLHX.Server.Common.Proto.common.Displayinfo Display { get; set; }
}
@@ -341,7 +341,7 @@ namespace BHXY.Server.Common.Proto.p50
public uint Lv { get; set; }
[global::ProtoBuf.ProtoMember(4, Name = @"display")]
public global::BHXY.Server.Common.Proto.common.Displayinfo Display { get; set; }
public global::BLHX.Server.Common.Proto.common.Displayinfo Display { get; set; }
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p60
namespace BLHX.Server.Common.Proto.p60
{
[global::ProtoBuf.ProtoContract(Name = @"cs_60001")]
@@ -371,13 +371,13 @@ namespace BHXY.Server.Common.Proto.p60
public uint Capital { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"this_weekly_tasks", IsRequired = true)]
public global::BHXY.Server.Common.Proto.guild.WeeklyTask ThisWeeklyTasks { get; set; }
public global::BLHX.Server.Common.Proto.guild.WeeklyTask ThisWeeklyTasks { get; set; }
[global::ProtoBuf.ProtoMember(3, Name = @"benefit_finish_time", IsRequired = true)]
public uint BenefitFinishTime { get; set; }
[global::ProtoBuf.ProtoMember(4, Name = @"technologys")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.guild.GuildTechnology> Technologys { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.guild.GuildTechnology>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.guild.GuildTechnology> Technologys { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.guild.GuildTechnology>();
[global::ProtoBuf.ProtoMember(5, Name = @"retreat_cnt", IsRequired = true)]
public uint RetreatCnt { get; set; }
@@ -519,7 +519,7 @@ namespace BHXY.Server.Common.Proto.p60
public uint PreOnlineTime { get; set; }
[global::ProtoBuf.ProtoMember(9, Name = @"display")]
public global::BHXY.Server.Common.Proto.common.Displayinfo Display { get; set; }
public global::BLHX.Server.Common.Proto.common.Displayinfo Display { get; set; }
[global::ProtoBuf.ProtoMember(12, Name = @"join_time", IsRequired = true)]
public uint JoinTime { get; set; }
@@ -561,7 +561,7 @@ namespace BHXY.Server.Common.Proto.p60
public uint Lv { get; set; }
[global::ProtoBuf.ProtoMember(4, Name = @"display")]
public global::BHXY.Server.Common.Proto.common.Displayinfo Display { get; set; }
public global::BLHX.Server.Common.Proto.common.Displayinfo Display { get; set; }
}
@@ -831,7 +831,7 @@ namespace BHXY.Server.Common.Proto.p60
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p61
namespace BLHX.Server.Common.Proto.p61
{
[global::ProtoBuf.ProtoContract(Name = @"bosseventfleet")]
@@ -23,7 +23,7 @@ namespace BHXY.Server.Common.Proto.p61
public global::System.Collections.Generic.List<TeamCell> Ships { get; set; } = new global::System.Collections.Generic.List<TeamCell>();
[global::ProtoBuf.ProtoMember(3, Name = @"commanders")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo> Commanders { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Commandersinfo>();
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>();
}
@@ -617,7 +617,7 @@ namespace BHXY.Server.Common.Proto.p61
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -797,7 +797,7 @@ namespace BHXY.Server.Common.Proto.p61
public uint Pos { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"ship", IsRequired = true)]
public global::BHXY.Server.Common.Proto.common.Shipinfo Ship { get; set; }
public global::BLHX.Server.Common.Proto.common.Shipinfo Ship { get; set; }
[global::ProtoBuf.ProtoMember(3, Name = @"last_time", IsRequired = true)]
public uint LastTime { get; set; }
@@ -830,7 +830,7 @@ namespace BHXY.Server.Common.Proto.p61
public uint UserId { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"ships")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo> Ships { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Shipinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo> Ships { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Shipinfo>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p62
namespace BLHX.Server.Common.Proto.p62
{
[global::ProtoBuf.ProtoContract(Name = @"cs_62002")]
@@ -194,7 +194,7 @@ namespace BHXY.Server.Common.Proto.p62
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"this_weekly_tasks", IsRequired = true)]
public global::BHXY.Server.Common.Proto.guild.WeeklyTask ThisWeeklyTasks { get; set; }
public global::BLHX.Server.Common.Proto.guild.WeeklyTask ThisWeeklyTasks { get; set; }
}
@@ -245,7 +245,7 @@ namespace BHXY.Server.Common.Proto.p62
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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>();
}
@@ -260,13 +260,13 @@ namespace BHXY.Server.Common.Proto.p62
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"inclog")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.guild.CapitalLog> Inclogs { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.guild.CapitalLog>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.guild.CapitalLog> Inclogs { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.guild.CapitalLog>();
[global::ProtoBuf.ProtoMember(3, Name = @"declog")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.guild.CapitalLog> Declogs { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.guild.CapitalLog>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.guild.CapitalLog> Declogs { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.guild.CapitalLog>();
[global::ProtoBuf.ProtoMember(4, Name = @"otherlog")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.guild.CapitalLog> Otherlogs { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.guild.CapitalLog>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.guild.CapitalLog> Otherlogs { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.guild.CapitalLog>();
}
@@ -413,7 +413,7 @@ namespace BHXY.Server.Common.Proto.p62
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"technologys")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.guild.GuildTechnology> Technologys { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.guild.GuildTechnology>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.guild.GuildTechnology> Technologys { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.guild.GuildTechnology>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p63
namespace BLHX.Server.Common.Proto.p63
{
[global::ProtoBuf.ProtoContract(Name = @"bluprintinfo")]
@@ -396,7 +396,7 @@ namespace BHXY.Server.Common.Proto.p63
public uint SkillId { get; set; }
[global::ProtoBuf.ProtoMember(3, Name = @"books")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.ItemInfo> Books { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.ItemInfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.ItemInfo> Books { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.ItemInfo>();
}
@@ -516,19 +516,19 @@ namespace BHXY.Server.Common.Proto.p63
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"common_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> CommonLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> CommonLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
[global::ProtoBuf.ProtoMember(3, Name = @"refresh_list")]
public global::System.Collections.Generic.List<Technologyrefresh> RefreshLists { get; set; } = new global::System.Collections.Generic.List<Technologyrefresh>();
[global::ProtoBuf.ProtoMember(4, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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.ProtoMember(5, Name = @"catchup_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> CatchupLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> CatchupLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
[global::ProtoBuf.ProtoMember(6, Name = @"catchupact_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> CatchupactLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> CatchupactLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -660,7 +660,7 @@ namespace BHXY.Server.Common.Proto.p63
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"ship")]
public global::BHXY.Server.Common.Proto.common.Shipinfo Ship { get; set; }
public global::BLHX.Server.Common.Proto.common.Shipinfo Ship { get; set; }
}
@@ -735,7 +735,7 @@ namespace BHXY.Server.Common.Proto.p63
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"ship")]
public global::BHXY.Server.Common.Proto.common.Shipinfo Ship { get; set; }
public global::BLHX.Server.Common.Proto.common.Shipinfo Ship { get; set; }
}
@@ -786,7 +786,7 @@ namespace BHXY.Server.Common.Proto.p63
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"ship")]
public global::BHXY.Server.Common.Proto.common.Shipinfo Ship { get; set; }
public global::BLHX.Server.Common.Proto.common.Shipinfo Ship { get; set; }
}
@@ -1001,16 +1001,16 @@ namespace BHXY.Server.Common.Proto.p63
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"common_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> CommonLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> CommonLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
[global::ProtoBuf.ProtoMember(2, Name = @"drop_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> DropLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
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.ProtoMember(3, Name = @"catchup_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> CatchupLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> CatchupLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
[global::ProtoBuf.ProtoMember(4, Name = @"catchupact_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> CatchupactLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> CatchupactLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p64
namespace BLHX.Server.Common.Proto.p64
{
[global::ProtoBuf.ProtoContract(Name = @"cs_64001")]
@@ -149,7 +149,7 @@ namespace BHXY.Server.Common.Proto.p64
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"rewards")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> Rewards { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> Rewards { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}
@@ -164,7 +164,7 @@ namespace BHXY.Server.Common.Proto.p64
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"rewards")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo> Rewards { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.common.Dropinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo> Rewards { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.common.Dropinfo>();
}

View File

@@ -6,7 +6,7 @@
#region Designer generated code
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
namespace BHXY.Server.Common.Proto.p70
namespace BLHX.Server.Common.Proto.p70
{
[global::ProtoBuf.ProtoContract(Name = @"cs_70001")]
@@ -56,7 +56,7 @@ namespace BHXY.Server.Common.Proto.p70
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
[global::ProtoBuf.ProtoMember(1, Name = @"meta_char_list")]
public global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.p63.Metacharinfo> MetaCharLists { get; set; } = new global::System.Collections.Generic.List<global::BHXY.Server.Common.Proto.p63.Metacharinfo>();
public global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.p63.Metacharinfo> MetaCharLists { get; set; } = new global::System.Collections.Generic.List<global::BLHX.Server.Common.Proto.p63.Metacharinfo>();
}
@@ -95,7 +95,7 @@ namespace BHXY.Server.Common.Proto.p70
public uint Result { get; set; }
[global::ProtoBuf.ProtoMember(2, Name = @"ship")]
public global::BHXY.Server.Common.Proto.common.Shipinfo Ship { get; set; }
public global::BLHX.Server.Common.Proto.common.Shipinfo Ship { get; set; }
}

View File

@@ -1,13 +1,10 @@
using BHXY.Server.Common.Proto.p10;
using BLHX.Server.Common.Proto;
using BLHX.Server.Common.Proto;
using BLHX.Server.Common.Utils;
using ProtoBuf;
using System.Buffers.Binary;
using System.Net;
using System.Net.Sockets;
using System.Security.AccessControl;
using System.Text;
using System.Text.Json;
namespace BLHX.Server.Game
{

View File

@@ -1,4 +1,4 @@
using BHXY.Server.Common.Proto.p10;
using BLHX.Server.Common.Proto.p10;
using BLHX.Server.Common.Database;
using BLHX.Server.Common.Proto;
using BLHX.Server.Common.Utils;
@@ -9,7 +9,7 @@ namespace BLHX.Server.Game.Handlers
{
#region GateCommands
[PacketHandler(Command.Cs10800)]
static void Cs10800Handler(Connection connection, Packet packet)
static void VersionHandler(Connection connection, Packet packet)
{
var req = packet.Decode<Cs10800>();
connection.Send(new Sc10801()
@@ -37,7 +37,7 @@ namespace BLHX.Server.Game.Handlers
}
[PacketHandler(Command.Cs10020)]
static void Cs10020Handler(Connection connection, Packet packet)
static void UserLoginHandler(Connection connection, Packet packet)
{
// Arg2 uid
// Arg3 accessToken
@@ -65,20 +65,27 @@ namespace BLHX.Server.Game.Handlers
#endregion
[PacketHandler(Command.Cs10022)]
static void Cs10022Handler(Connection connection, Packet packet)
static void ServerLoginHandler(Connection connection, Packet packet)
{
var req = packet.Decode<Cs10022>();
var rsp = new Sc10023();
var account = DBManager.AccountContext.Accounts.SingleOrDefault(x => x.Uid == req.AccountId);
if (account is null)
if (account is null || account.Token != req.ServerTicket)
{
rsp.Result = 1;
connection.Send(rsp);
return;
}
// TODO: Create/access player data!
rsp.ServerTicket = req.ServerTicket;
connection.Send(rsp);
}
[PacketHandler(Command.Cs10100)]
static void HeartbeatHandler(Connection connection, Packet packet)
{
connection.Send(new Sc10101() { State = 1 });
}
}
}

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8.1" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

View File

@@ -0,0 +1,121 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D48CCDD2-F7E5-47EA-95EA-E9B791E9BFAE}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>BLHX.Server.PcapParser</RootNamespace>
<AssemblyName>BLHX.Server.PcapParser</AssemblyName>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PcapDotNet.Base, Version=1.0.4.25027, Culture=neutral, PublicKeyToken=06a20bc2fabb1931, processorArchitecture=MSIL">
<HintPath>..\packages\Pcap.Net.x64.1.0.4.1\lib\net45\PcapDotNet.Base.dll</HintPath>
</Reference>
<Reference Include="PcapDotNet.Core, Version=1.0.4.25149, Culture=neutral, PublicKeyToken=06a20bc2fabb1931, processorArchitecture=AMD64">
<HintPath>..\packages\Pcap.Net.x64.1.0.4.1\lib\net45\PcapDotNet.Core.dll</HintPath>
</Reference>
<Reference Include="PcapDotNet.Core.Extensions, Version=1.0.4.25151, Culture=neutral, PublicKeyToken=06a20bc2fabb1931, processorArchitecture=AMD64">
<HintPath>..\packages\Pcap.Net.x64.1.0.4.1\lib\net45\PcapDotNet.Core.Extensions.dll</HintPath>
</Reference>
<Reference Include="PcapDotNet.Packets, Version=1.0.4.25028, Culture=neutral, PublicKeyToken=06a20bc2fabb1931, processorArchitecture=MSIL">
<HintPath>..\packages\Pcap.Net.x64.1.0.4.1\lib\net45\PcapDotNet.Packets.dll</HintPath>
</Reference>
<Reference Include="protobuf-net, Version=3.0.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\packages\protobuf-net.3.2.30\lib\net462\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="protobuf-net.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\packages\protobuf-net.Core.3.2.30\lib\net462\protobuf-net.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Collections.Immutable.7.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="PcapParser.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="../BLHX.Server.Common/Proto/*" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.8.1">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.8.1 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@@ -0,0 +1,119 @@
using System;
using System.Buffers.Binary;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Newtonsoft.Json;
using BLHX.Server.Common.Proto;
using PcapDotNet.Core;
using PcapDotNet.Packets;
using ProtoBuf;
namespace BLHX.Server.PcapParser
{
class PcapParser
{
static MemoryStream memoryStream = new MemoryStream();
static void Main(string[] args)
{
// Check command line
if (args.Length != 1)
{
Console.WriteLine("usage: " + Environment.GetCommandLineArgs()[0] + " <filename>");
return;
}
// Create the offline device
OfflinePacketDevice selectedDevice = new OfflinePacketDevice(args[0]);
// Open the capture file
using (PacketCommunicator communicator =
selectedDevice.Open(65536, // portion of the packet to capture
// 65536 guarantees that the whole packet will be captured on all the link layers
PacketDeviceOpenAttributes.Promiscuous, // promiscuous mode
1000)) // read timeout
{
// Read and dispatch packets until EOF is reached
communicator.ReceivePackets(0, DispatcherHandler);
}
ProcessPackets();
}
private static void DispatcherHandler(Packet packet)
{
var payload = packet.Ethernet.IpV4.Tcp.Payload;
if (payload.Length < 1)
return;
// print packet timestamp and packet length
Console.WriteLine(packet.Timestamp.ToString("yyyy-MM-dd hh:mm:ss.fff") + " length:" + payload.Length);
memoryStream.Write(payload.ToArray(), 0, payload.Length);
}
private static void ProcessPackets()
{
List<BLHXPacket> packets = new List<BLHXPacket>();
byte[] msBytes = memoryStream.ToArray();
int readLen = 0;
while (readLen < msBytes.Length)
{
var gamePacket = new BLHXPacket(msBytes.AsSpan(readLen).ToArray());
readLen += gamePacket.length + BLHXPacket.LENGTH_SIZE;
packets.Add(gamePacket);
try
{
var protoClass = Assembly.GetExecutingAssembly().GetType($"BLHX.Server.Common.Proto.p{gamePacket.command.ToCategory()}.{gamePacket.command}");
using (var ms = new MemoryStream(gamePacket.bytes))
{
gamePacket.body = Serializer.Deserialize(protoClass, ms);
}
}
catch (Exception)
{
Console.WriteLine($"{gamePacket.command} failed to deserialize, {BitConverter.ToString(gamePacket.bytes).Replace("-", "")}");
}
}
Console.WriteLine($"Got {packets.Count} packet(s)");
File.WriteAllText("packets.json", JsonConvert.SerializeObject(packets));
}
}
static class CommandExtensions
{
public static string ToCategory(this Command command)
{
string cmdStr = ((ushort)command).ToString();
return cmdStr.Substring(0, Math.Min(2, cmdStr.Length)); ;
}
}
class BLHXPacket
{
public const int LENGTH_SIZE = 2;
public const int HEADER_SIZE = 5;
public readonly ushort length;
public readonly byte flag;
public readonly Command command;
public readonly ushort id;
public readonly byte[] bytes;
public object body;
public BLHXPacket(byte[] recv)
{
length = BinaryPrimitives.ReadUInt16BigEndian(recv);
flag = recv[LENGTH_SIZE];
command = (Command)BinaryPrimitives.ReadUInt16BigEndian(recv.AsSpan(LENGTH_SIZE + 1));
id = BinaryPrimitives.ReadUInt16BigEndian(recv.AsSpan(HEADER_SIZE));
bytes = new byte[length - HEADER_SIZE];
Array.Copy(recv, HEADER_SIZE + LENGTH_SIZE, bytes, 0, length - HEADER_SIZE);
}
public T Decode<T>() where T : IExtensible => Serializer.Deserialize<T>(bytes.AsSpan());
}
}

View File

@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("BLHX.Server.PcapParser")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("BLHX.Server.PcapParser")]
[assembly: AssemblyCopyright("Copyright © 2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("d48ccdd2-f7e5-47ea-95ea-e9b791e9bfae")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net481" />
<package id="Pcap.Net.x64" version="1.0.4.1" targetFramework="net481" />
<package id="protobuf-net" version="3.2.30" targetFramework="net481" />
<package id="protobuf-net.Core" version="3.2.30" targetFramework="net481" />
<package id="System.Buffers" version="4.5.1" targetFramework="net481" />
<package id="System.Collections.Immutable" version="7.0.0" targetFramework="net481" />
<package id="System.Memory" version="4.5.5" targetFramework="net481" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net481" />
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net481" />
</packages>

View File

@@ -9,7 +9,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLHX.Server.Game", "BLHX.Se
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLHX.Server.Common", "BLHX.Server.Common\BLHX.Server.Common.csproj", "{BA896C61-5025-4CBB-B56C-18A59D3D0D7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BLHX.Server.SDK", "BLHX.Server.SDK\BLHX.Server.SDK.csproj", "{DBEE7F5B-FA2F-43BE-9B80-7E3D9A6267F2}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLHX.Server.SDK", "BLHX.Server.SDK\BLHX.Server.SDK.csproj", "{DBEE7F5B-FA2F-43BE-9B80-7E3D9A6267F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BLHX.Server.PcapParser", "BLHX.Server.PcapParser\BLHX.Server.PcapParser.csproj", "{D48CCDD2-F7E5-47EA-95EA-E9B791E9BFAE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -33,6 +35,10 @@ Global
{DBEE7F5B-FA2F-43BE-9B80-7E3D9A6267F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBEE7F5B-FA2F-43BE-9B80-7E3D9A6267F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBEE7F5B-FA2F-43BE-9B80-7E3D9A6267F2}.Release|Any CPU.Build.0 = Release|Any CPU
{D48CCDD2-F7E5-47EA-95EA-E9B791E9BFAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D48CCDD2-F7E5-47EA-95EA-E9B791E9BFAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D48CCDD2-F7E5-47EA-95EA-E9B791E9BFAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D48CCDD2-F7E5-47EA-95EA-E9B791E9BFAE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE