// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: circuits_v2/deprecated/DEPRECATED_circuit_graph_kind.proto // #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 CircuitsV2.Protobuf { /// Holder for reflection information generated from circuits_v2/deprecated/DEPRECATED_circuit_graph_kind.proto public static partial class DEPRECATEDCircuitGraphKindReflection { #region Descriptor /// File descriptor for circuits_v2/deprecated/DEPRECATED_circuit_graph_kind.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static DEPRECATEDCircuitGraphKindReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CjpjaXJjdWl0c192Mi9kZXByZWNhdGVkL0RFUFJFQ0FURURfY2lyY3VpdF9n", "cmFwaF9raW5kLnByb3RvEgtjaXJjdWl0c192Miq+AQobREVQUkVDQVRFRF9D", "aXJjdWl0R3JhcGhLaW5kEgoKBkdsb2JhbBAAEhAKDENpcmN1aXRCb2FyZBAB", "EhAKDENvbnRyb2xQYW5lbBACEgsKB1ByZXZpZXcQAxIUChBQbGF5ZXJEZWZp", "bml0aW9uEAQSEwoPUGxheWVyUmVmZXJlbmNlEAUSEAoMU3RhdGVNYWNoaW5l", "EAYSCQoFU3RhdGUQBxIPCgtGdW5jdGlvbkRlZhAIEgkKBUNvdW50EAlCFqoC", "E0NpcmN1aXRzVjIuUHJvdG9idWZiBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::CircuitsV2.Protobuf.DEPRECATED_CircuitGraphKind), }, null, null)); } #endregion } #region Enums public enum DEPRECATED_CircuitGraphKind { [pbr::OriginalName("Global")] Global = 0, [pbr::OriginalName("CircuitBoard")] CircuitBoard = 1, [pbr::OriginalName("ControlPanel")] ControlPanel = 2, [pbr::OriginalName("Preview")] Preview = 3, [pbr::OriginalName("PlayerDefinition")] PlayerDefinition = 4, [pbr::OriginalName("PlayerReference")] PlayerReference = 5, [pbr::OriginalName("StateMachine")] StateMachine = 6, [pbr::OriginalName("State")] State = 7, [pbr::OriginalName("FunctionDef")] FunctionDef = 8, [pbr::OriginalName("Count")] Count = 9, } #endregion } #endregion Designer generated code