51 lines
1.9 KiB
C#
51 lines
1.9 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: rec_room/avatars/full_body_animation_override.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.Avatars.Protobuf {
|
|
|
|
/// <summary>Holder for reflection information generated from rec_room/avatars/full_body_animation_override.proto</summary>
|
|
public static partial class FullBodyAnimationOverrideReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for rec_room/avatars/full_body_animation_override.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static FullBodyAnimationOverrideReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CjNyZWNfcm9vbS9hdmF0YXJzL2Z1bGxfYm9keV9hbmltYXRpb25fb3ZlcnJp",
|
|
"ZGUucHJvdG8SCHJlY19yb29tKk4KGUZ1bGxCb2R5QW5pbWF0aW9uT3ZlcnJp",
|
|
"ZGUSDgoKTm9PdmVycmlkZRAAEgkKBVN0YW5kEAESCwoHQmFsYW5jZRACEgkK",
|
|
"BUNvdW50EANCG6oCGFJlY1Jvb20uQXZhdGFycy5Qcm90b2J1ZmIGcHJvdG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::RecRoom.Avatars.Protobuf.FullBodyAnimationOverride), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum FullBodyAnimationOverride {
|
|
[pbr::OriginalName("NoOverride")] NoOverride = 0,
|
|
[pbr::OriginalName("Stand")] Stand = 1,
|
|
[pbr::OriginalName("Balance")] Balance = 2,
|
|
[pbr::OriginalName("Count")] Count = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|