Protobuf...
This commit is contained in:
55
SuperRoomVersion.cs
Normal file
55
SuperRoomVersion.cs
Normal file
@@ -0,0 +1,55 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: rec_room/persistence/super_room_version.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 RecRoom.Protobuf {
|
||||
|
||||
/// <summary>Holder for reflection information generated from rec_room/persistence/super_room_version.proto</summary>
|
||||
public static partial class SuperRoomVersionReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for rec_room/persistence/super_room_version.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static SuperRoomVersionReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"Ci1yZWNfcm9vbS9wZXJzaXN0ZW5jZS9zdXBlcl9yb29tX3ZlcnNpb24ucHJv",
|
||||
"dG8SCHJlY19yb29tKtQBChBTdXBlclJvb21WZXJzaW9uEhkKFVYwTmV3U3Vw",
|
||||
"ZXJSb29tVmVyc2lvbhAAEiIKHlYxU3Ryb25nbHlUeXBlZENsb3VkRGF0YUxl",
|
||||
"ZGdlchABEiYKIlYyQ2xvdWREYXRhTGVkZ2VyVmVyc2lvbmluZ1JlbW92ZWQQ",
|
||||
"AhIVChFWM1Byb2dyZXNzaW9uRGF0YRADEiIKHlY0UHJvZ3Jlc3Npb25Db25m",
|
||||
"aWd1cmF0aW9uRGF0YRAEEhoKFkxhdGVzdFN1cGVyUm9vbVZlcnNpb24QBBoC",
|
||||
"EAFCE6oCEFJlY1Jvb20uUHJvdG9idWZiBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::RecRoom.Protobuf.SuperRoomVersion), }, null, null));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Enums
|
||||
public enum SuperRoomVersion {
|
||||
[pbr::OriginalName("V0NewSuperRoomVersion")] V0NewSuperRoomVersion = 0,
|
||||
[pbr::OriginalName("V1StronglyTypedCloudDataLedger")] V1StronglyTypedCloudDataLedger = 1,
|
||||
[pbr::OriginalName("V2CloudDataLedgerVersioningRemoved")] V2CloudDataLedgerVersioningRemoved = 2,
|
||||
[pbr::OriginalName("V3ProgressionData")] V3ProgressionData = 3,
|
||||
[pbr::OriginalName("V4ProgressionConfigurationData")] V4ProgressionConfigurationData = 4,
|
||||
[pbr::OriginalName("LatestSuperRoomVersion", PreferredAlias = false)] LatestSuperRoomVersion = 4,
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
Reference in New Issue
Block a user