mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
49 lines
1.7 KiB
C#
49 lines
1.7 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: FriendOnlineStatus.proto
|
|
// </auto-generated>
|
|
#pragma warning disable 1591, 0612, 3021, 8981
|
|
#region Designer generated code
|
|
|
|
using pb = global::Google.Protobuf;
|
|
using pbc = global::Google.Protobuf.Collections;
|
|
using pbr = global::Google.Protobuf.Reflection;
|
|
using scg = global::System.Collections.Generic;
|
|
namespace EggLink.DanhengServer.Proto {
|
|
|
|
/// <summary>Holder for reflection information generated from FriendOnlineStatus.proto</summary>
|
|
public static partial class FriendOnlineStatusReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for FriendOnlineStatus.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static FriendOnlineStatusReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChhGcmllbmRPbmxpbmVTdGF0dXMucHJvdG8qVwoSRnJpZW5kT25saW5lU3Rh",
|
|
"dHVzEiAKHEZSSUVORF9PTkxJTkVfU1RBVFVTX09GRkxJTkUQABIfChtGUklF",
|
|
"TkRfT05MSU5FX1NUQVRVU19PTkxJTkUQAUIeqgIbRWdnTGluay5EYW5oZW5n",
|
|
"U2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.FriendOnlineStatus), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum FriendOnlineStatus {
|
|
[pbr::OriginalName("FRIEND_ONLINE_STATUS_OFFLINE")] Offline = 0,
|
|
[pbr::OriginalName("FRIEND_ONLINE_STATUS_ONLINE")] Online = 1,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|