2023-08-31 03:15:38 +00:00
|
|
|
// <auto-generated>
|
|
|
|
|
// This file was generated by a tool; you should avoid making direct changes.
|
|
|
|
|
// Consider using 'partial classes' to extend these types
|
|
|
|
|
// Input: messages.proto
|
|
|
|
|
// </auto-generated>
|
|
|
|
|
|
|
|
|
|
#region Designer generated code
|
|
|
|
|
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
2023-08-30 12:26:51 +00:00
|
|
|
namespace Dof
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class ClientMessage : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"player_enter")]
|
|
|
|
|
public PlayerEnter PlayerEnter
|
|
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
get => __pbn__actual.Is(1) ? ((PlayerEnter)__pbn__actual.Object) : default;
|
|
|
|
|
set => __pbn__actual = new global::ProtoBuf.DiscriminatedUnionObject(1, value);
|
2023-08-30 12:26:51 +00:00
|
|
|
}
|
|
|
|
|
public bool ShouldSerializePlayerEnter() => __pbn__actual.Is(1);
|
|
|
|
|
public void ResetPlayerEnter() => global::ProtoBuf.DiscriminatedUnionObject.Reset(ref __pbn__actual, 1);
|
|
|
|
|
|
|
|
|
|
private global::ProtoBuf.DiscriminatedUnionObject __pbn__actual;
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"level_prepared")]
|
|
|
|
|
public LevelPrepared LevelPrepared
|
|
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
get => __pbn__actual.Is(2) ? ((LevelPrepared)__pbn__actual.Object) : default;
|
|
|
|
|
set => __pbn__actual = new global::ProtoBuf.DiscriminatedUnionObject(2, value);
|
2023-08-30 12:26:51 +00:00
|
|
|
}
|
|
|
|
|
public bool ShouldSerializeLevelPrepared() => __pbn__actual.Is(2);
|
|
|
|
|
public void ResetLevelPrepared() => global::ProtoBuf.DiscriminatedUnionObject.Reset(ref __pbn__actual, 2);
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(3, Name = @"point_found")]
|
|
|
|
|
public PointFound PointFound
|
|
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
get => __pbn__actual.Is(3) ? ((PointFound)__pbn__actual.Object) : default;
|
|
|
|
|
set => __pbn__actual = new global::ProtoBuf.DiscriminatedUnionObject(3, value);
|
2023-08-30 12:26:51 +00:00
|
|
|
}
|
|
|
|
|
public bool ShouldSerializePointFound() => __pbn__actual.Is(3);
|
|
|
|
|
public void ResetPointFound() => global::ProtoBuf.DiscriminatedUnionObject.Reset(ref __pbn__actual, 3);
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(4, Name = @"level_end")]
|
|
|
|
|
public LevelEnd LevelEnd
|
|
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
get => __pbn__actual.Is(4) ? ((LevelEnd)__pbn__actual.Object) : default;
|
|
|
|
|
set => __pbn__actual = new global::ProtoBuf.DiscriminatedUnionObject(4, value);
|
2023-08-30 12:26:51 +00:00
|
|
|
}
|
|
|
|
|
public bool ShouldSerializeLevelEnd() => __pbn__actual.Is(4);
|
|
|
|
|
public void ResetLevelEnd() => global::ProtoBuf.DiscriminatedUnionObject.Reset(ref __pbn__actual, 4);
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(5, Name = @"all_level_end")]
|
|
|
|
|
public AllLevelEnd AllLevelEnd
|
|
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
get => __pbn__actual.Is(5) ? ((AllLevelEnd)__pbn__actual.Object) : default;
|
|
|
|
|
set => __pbn__actual = new global::ProtoBuf.DiscriminatedUnionObject(5, value);
|
2023-08-30 12:26:51 +00:00
|
|
|
}
|
|
|
|
|
public bool ShouldSerializeAllLevelEnd() => __pbn__actual.Is(5);
|
|
|
|
|
public void ResetAllLevelEnd() => global::ProtoBuf.DiscriminatedUnionObject.Reset(ref __pbn__actual, 5);
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(6, Name = @"player_leave")]
|
|
|
|
|
public PlayerLeave PlayerLeave
|
|
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
get => __pbn__actual.Is(6) ? ((PlayerLeave)__pbn__actual.Object) : default;
|
|
|
|
|
set => __pbn__actual = new global::ProtoBuf.DiscriminatedUnionObject(6, value);
|
2023-08-30 12:26:51 +00:00
|
|
|
}
|
|
|
|
|
public bool ShouldSerializePlayerLeave() => __pbn__actual.Is(6);
|
|
|
|
|
public void ResetPlayerLeave() => global::ProtoBuf.DiscriminatedUnionObject.Reset(ref __pbn__actual, 6);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class ServerMessage : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"player_entered")]
|
|
|
|
|
public PlayerEntered PlayerEntered
|
|
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
get => __pbn__actual.Is(1) ? ((PlayerEntered)__pbn__actual.Object) : default;
|
|
|
|
|
set => __pbn__actual = new global::ProtoBuf.DiscriminatedUnionObject(1, value);
|
2023-08-30 12:26:51 +00:00
|
|
|
}
|
|
|
|
|
public bool ShouldSerializePlayerEntered() => __pbn__actual.Is(1);
|
|
|
|
|
public void ResetPlayerEntered() => global::ProtoBuf.DiscriminatedUnionObject.Reset(ref __pbn__actual, 1);
|
|
|
|
|
|
|
|
|
|
private global::ProtoBuf.DiscriminatedUnionObject __pbn__actual;
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"game_start")]
|
|
|
|
|
public GameStart GameStart
|
|
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
get => __pbn__actual.Is(2) ? ((GameStart)__pbn__actual.Object) : default;
|
|
|
|
|
set => __pbn__actual = new global::ProtoBuf.DiscriminatedUnionObject(2, value);
|
2023-08-30 12:26:51 +00:00
|
|
|
}
|
|
|
|
|
public bool ShouldSerializeGameStart() => __pbn__actual.Is(2);
|
|
|
|
|
public void ResetGameStart() => global::ProtoBuf.DiscriminatedUnionObject.Reset(ref __pbn__actual, 2);
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(3, Name = @"level_start")]
|
|
|
|
|
public LevelStart LevelStart
|
|
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
get => __pbn__actual.Is(3) ? ((LevelStart)__pbn__actual.Object) : default;
|
|
|
|
|
set => __pbn__actual = new global::ProtoBuf.DiscriminatedUnionObject(3, value);
|
2023-08-30 12:26:51 +00:00
|
|
|
}
|
|
|
|
|
public bool ShouldSerializeLevelStart() => __pbn__actual.Is(3);
|
|
|
|
|
public void ResetLevelStart() => global::ProtoBuf.DiscriminatedUnionObject.Reset(ref __pbn__actual, 3);
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(4, Name = @"point_found")]
|
|
|
|
|
public PointFound PointFound
|
|
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
get => __pbn__actual.Is(4) ? ((PointFound)__pbn__actual.Object) : default;
|
|
|
|
|
set => __pbn__actual = new global::ProtoBuf.DiscriminatedUnionObject(4, value);
|
2023-08-30 12:26:51 +00:00
|
|
|
}
|
|
|
|
|
public bool ShouldSerializePointFound() => __pbn__actual.Is(4);
|
|
|
|
|
public void ResetPointFound() => global::ProtoBuf.DiscriminatedUnionObject.Reset(ref __pbn__actual, 4);
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(5, Name = @"game_finish")]
|
|
|
|
|
public GameFinish GameFinish
|
|
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
get => __pbn__actual.Is(5) ? ((GameFinish)__pbn__actual.Object) : default;
|
|
|
|
|
set => __pbn__actual = new global::ProtoBuf.DiscriminatedUnionObject(5, value);
|
2023-08-30 12:26:51 +00:00
|
|
|
}
|
|
|
|
|
public bool ShouldSerializeGameFinish() => __pbn__actual.Is(5);
|
|
|
|
|
public void ResetGameFinish() => global::ProtoBuf.DiscriminatedUnionObject.Reset(ref __pbn__actual, 5);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class PlayerEnter : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"room_id")]
|
|
|
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
|
|
|
public string RoomId { get; set; } = "";
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"uid")]
|
|
|
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
|
|
|
public string Uid { get; set; } = "";
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(3, Name = @"nick_name")]
|
|
|
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
|
|
|
public string NickName { get; set; } = "";
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(4, Name = @"country")]
|
|
|
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
|
|
|
public string Country { get; set; } = "";
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class LevelResource : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"level_id")]
|
|
|
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
|
|
|
public string LevelId { get; set; } = "";
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"android_generation")]
|
|
|
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
|
|
|
public string AndroidGeneration { get; set; } = "";
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(3, Name = @"ios_generation")]
|
|
|
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
|
|
|
public string IosGeneration { get; set; } = "";
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class PlayerEntered : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"cid")]
|
|
|
|
|
public long Cid { get; set; }
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class GameStart : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"level_resource")]
|
|
|
|
|
public global::System.Collections.Generic.List<LevelResource> LevelResources { get; } = new global::System.Collections.Generic.List<LevelResource>();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class LevelPrepared : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"cid")]
|
|
|
|
|
public long Cid { get; set; }
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"level")]
|
|
|
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
|
|
|
public string Level { get; set; } = "";
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class LevelStart : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"level")]
|
|
|
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
|
|
|
public string Level { get; set; } = "";
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class PointFound : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"cid")]
|
|
|
|
|
public long Cid { get; set; }
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"level")]
|
|
|
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
|
|
|
public string Level { get; set; } = "";
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(3, Name = @"point_id")]
|
|
|
|
|
public int PointId { get; set; }
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class LevelEnd : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"cid")]
|
|
|
|
|
public long Cid { get; set; }
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"level")]
|
|
|
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
|
|
|
public string Level { get; set; } = "";
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class AllLevelEnd : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"cid")]
|
|
|
|
|
public long Cid { get; set; }
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class GameScore : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"uid")]
|
|
|
|
|
[global::System.ComponentModel.DefaultValue("")]
|
|
|
|
|
public string Uid { get; set; } = "";
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoMember(2, Name = @"score")]
|
|
|
|
|
public int Score { get; set; }
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class GameFinish : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"scores")]
|
|
|
|
|
public global::System.Collections.Generic.List<GameScore> Scores { get; } = new global::System.Collections.Generic.List<GameScore>();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[global::ProtoBuf.ProtoContract()]
|
2023-08-31 03:15:38 +00:00
|
|
|
public partial class PlayerLeave : global::ProtoBuf.IExtensible
|
2023-08-30 12:26:51 +00:00
|
|
|
{
|
2023-08-31 03:15:38 +00:00
|
|
|
private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
|
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
|
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
|
|
2023-08-30 12:26:51 +00:00
|
|
|
[global::ProtoBuf.ProtoMember(1, Name = @"cid")]
|
|
|
|
|
public long Cid { get; set; }
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2023-08-31 03:15:38 +00:00
|
|
|
#pragma warning restore CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
|
|
|
|
#endregion
|