mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-13 23:14:57 +01:00
recv packet and protos
This commit is contained in:
90
BLHX.Server.Common/Proto/guild_pb.cs
Normal file
90
BLHX.Server.Common/Proto/guild_pb.cs
Normal file
@@ -0,0 +1,90 @@
|
||||
// <auto-generated>
|
||||
// This file was generated by a tool; you should avoid making direct changes.
|
||||
// Consider using 'partial classes' to extend these types
|
||||
// Input: guild_pb.proto
|
||||
// </auto-generated>
|
||||
|
||||
#region Designer generated code
|
||||
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
||||
namespace BHXY.Server.Common.Proto.guild
|
||||
{
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"capital_log")]
|
||||
public partial class CapitalLog : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"member_id", IsRequired = true)]
|
||||
public uint MemberId { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(2, Name = @"name", IsRequired = true)]
|
||||
public string Name { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(3, Name = @"event_type", IsRequired = true)]
|
||||
public uint EventType { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(4, Name = @"event_target")]
|
||||
public global::System.Collections.Generic.List<uint> EventTargets { get; set; } = new global::System.Collections.Generic.List<uint>();
|
||||
|
||||
[global::ProtoBuf.ProtoMember(5, Name = @"time", IsRequired = true)]
|
||||
public uint Time { get; set; }
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"fleet_info")]
|
||||
public partial class FleetInfo : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"id", IsRequired = true)]
|
||||
public uint Id { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(2, Name = @"ship_list")]
|
||||
public global::System.Collections.Generic.List<uint> ShipLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"guild_technology")]
|
||||
public partial class GuildTechnology : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"id", IsRequired = true)]
|
||||
public uint Id { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(2, Name = @"state", IsRequired = true)]
|
||||
public uint State { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(3, Name = @"progress", IsRequired = true)]
|
||||
public uint Progress { get; set; }
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"weekly_task")]
|
||||
public partial class WeeklyTask : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"id", IsRequired = true)]
|
||||
public uint Id { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(2, Name = @"progress", IsRequired = true)]
|
||||
public uint Progress { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(3, Name = @"monday_0clock", IsRequired = true)]
|
||||
public uint Monday0clock { get; set; }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#pragma warning restore CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
||||
#endregion
|
||||
Reference in New Issue
Block a user