mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 23:14:57 +01:00
Okayish pcap parser
This commit is contained in:
@@ -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>();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user