52 lines
1.9 KiB
C#
52 lines
1.9 KiB
C#
// <auto-generated>
|
|
// This file was generated by a tool; you should avoid making direct changes.
|
|
// Consider using 'partial classes' to extend these types
|
|
// Input: mod_counter.proto
|
|
// </auto-generated>
|
|
|
|
#region Designer generated code
|
|
#pragma warning disable CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
|
namespace Pb
|
|
{
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class Counter : 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)]
|
|
public CounterType Type { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
public ulong Key { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3)]
|
|
public long Time { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(4)]
|
|
public uint Daily { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(5)]
|
|
public uint Total { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class CounterListAck : 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 = @"CounterList")]
|
|
public global::System.Collections.Generic.List<Counter> CounterLists { get; } = new global::System.Collections.Generic.List<Counter>();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#pragma warning restore CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
|
#endregion
|