506 lines
19 KiB
C#
506 lines
19 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_role.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 RolePropertyAck : 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 ulong UserId { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
public uint Platform { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3)]
|
|
public uint Channel { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(4)]
|
|
public uint ServerId { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(5)]
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
public string Username { get; set; } = "";
|
|
|
|
[global::ProtoBuf.ProtoMember(6)]
|
|
public long CreateTime { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(7)]
|
|
public uint Language { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(8)]
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
public string RoleName { get; set; } = "";
|
|
|
|
[global::ProtoBuf.ProtoMember(9)]
|
|
public uint RoleGender { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(10)]
|
|
public uint AvatarFrame { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(11)]
|
|
public uint ChatBubble { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(12)]
|
|
public uint NamePrefix { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(13)]
|
|
public uint NameTitle { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(14)]
|
|
public uint RoleTitle { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(15)]
|
|
public uint RoleLevel { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(16)]
|
|
public uint LoginDays { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(17)]
|
|
public long PowerNextTime { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class RoleProperty : 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 RolePropertyType Type { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
public long Value { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class RolePropertyChangeReq : 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 RoleProperty Property { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class RolePropertyChangeAck : 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 = @"PropertyList")]
|
|
public global::System.Collections.Generic.List<RoleProperty> PropertyLists { get; } = new global::System.Collections.Generic.List<RoleProperty>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class RoleChangeLanguageReq : 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 uint Language { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class RoleChangeLanguageAck : 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 uint Language { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class RoleChangeRoleNameReq : 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)]
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
public string RoleName { get; set; } = "";
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class RoleChangeRoleNameAck : 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)]
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
public string RoleName { get; set; } = "";
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class Money : 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 MoneyType Type { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
public uint Value { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class MoneyListAck : 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 = @"MoneyList")]
|
|
public global::System.Collections.Generic.List<Money> MoneyLists { get; } = new global::System.Collections.Generic.List<Money>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupHero : 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 uint Index { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
public ulong HeroUid { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3)]
|
|
public uint Position { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(4)]
|
|
public ulong Capacity { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(5, Name = @"Equip", IsPacked = true)]
|
|
public ulong[] Equips { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(6, Name = @"Treasure", IsPacked = true)]
|
|
public ulong[] Treasures { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(8, Name = @"Artifact", IsPacked = true)]
|
|
public ulong[] Artifacts { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(7, IsPacked = true)]
|
|
public ulong[] Mounts { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(9, Name = @"General", IsPacked = true)]
|
|
public ulong[] Generals { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(10, Name = @"Ornament", IsPacked = true)]
|
|
public ulong[] Ornaments { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(11, Name = @"Sack", IsPacked = true)]
|
|
public ulong[] Sacks { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(12, Name = @"FateChart", IsPacked = true)]
|
|
public ulong[] FateCharts { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(13, Name = @"Tetris", IsPacked = true)]
|
|
public ulong[] Tetres { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupHeroChangeReq : 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 ulong LineupUid { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
public uint Index { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3)]
|
|
public ulong HeroUid { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupHeroPositionReq : 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 ulong LineupUid { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"IndexList", IsPacked = true)]
|
|
public uint[] IndexLists { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3, Name = @"PositionList", IsPacked = true)]
|
|
public uint[] PositionLists { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupHeroEquipReq : 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 ulong LineupUid { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
public uint Index { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3)]
|
|
public EquipType EquipType { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(4)]
|
|
public ulong EquipUid { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupHeroTreasureReq : 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 ulong LineupUid { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
public uint Index { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3)]
|
|
public TreasureType TreasureType { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(4)]
|
|
public ulong TreasureUid { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupHeroArtifactReq : 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 ulong LineupUid { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
public uint Index { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3)]
|
|
public ulong ArtifactUid { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupHeroMountsReq : 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 ulong LineupUid { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
public uint Index { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3)]
|
|
public ulong MountsUid { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupHeroGeneralReq : 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 ulong LineupUid { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
public uint Index { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3)]
|
|
public ulong GeneralUid { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupHeroOrnamentReq : 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 ulong LineupUid { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
public uint Index { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(3)]
|
|
public ulong OrnamentsUid { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class Lineup : 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 ulong Uid { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
public string Name { get; set; } = "";
|
|
|
|
[global::ProtoBuf.ProtoMember(3)]
|
|
public bool Active { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(4, Name = @"HeroList")]
|
|
public global::System.Collections.Generic.List<LineupHero> HeroLists { get; } = new global::System.Collections.Generic.List<LineupHero>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupListAck : 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 = @"LineupList")]
|
|
public global::System.Collections.Generic.List<Lineup> LineupLists { get; } = new global::System.Collections.Generic.List<Lineup>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupChange : 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 ChangeType ChangeType { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
public Lineup Lineup { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupChangeListAck : 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 = @"ChangeList")]
|
|
public global::System.Collections.Generic.List<LineupChange> ChangeLists { get; } = new global::System.Collections.Generic.List<LineupChange>();
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupCreateReq : 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)]
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
public string Name { get; set; } = "";
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupChangeNameReq : 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 ulong Uid { get; set; }
|
|
|
|
[global::ProtoBuf.ProtoMember(2)]
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
public string Name { get; set; } = "";
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupActivateReq : 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 ulong Uid { get; set; }
|
|
|
|
}
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
|
public partial class LineupDeleteReq : 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 ulong Uid { get; set; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#pragma warning restore CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
|
#endregion
|