| | 1 | | // <auto-generated> |
| | 2 | | // Generated by the protocol buffer compiler. DO NOT EDIT! |
| | 3 | | // source: decentraland/sdk/components/common/loading_state.proto |
| | 4 | | // </auto-generated> |
| | 5 | | #pragma warning disable 1591, 0612, 3021 |
| | 6 | | #region Designer generated code |
| | 7 | |
|
| | 8 | | using pb = global::Google.Protobuf; |
| | 9 | | using pbc = global::Google.Protobuf.Collections; |
| | 10 | | using pbr = global::Google.Protobuf.Reflection; |
| | 11 | | using scg = global::System.Collections.Generic; |
| | 12 | | namespace DCL.ECSComponents { |
| | 13 | |
|
| | 14 | | /// <summary>Holder for reflection information generated from decentraland/sdk/components/common/loading_state.proto</ |
| | 15 | | public static partial class LoadingStateReflection { |
| | 16 | |
|
| | 17 | | #region Descriptor |
| | 18 | | /// <summary>File descriptor for decentraland/sdk/components/common/loading_state.proto</summary> |
| | 19 | | public static pbr::FileDescriptor Descriptor { |
| 0 | 20 | | get { return descriptor; } |
| | 21 | | } |
| | 22 | | private static pbr::FileDescriptor descriptor; |
| | 23 | |
|
| | 24 | | static LoadingStateReflection() { |
| 0 | 25 | | byte[] descriptorData = global::System.Convert.FromBase64String( |
| | 26 | | string.Concat( |
| | 27 | | "CjZkZWNlbnRyYWxhbmQvc2RrL2NvbXBvbmVudHMvY29tbW9uL2xvYWRpbmdf", |
| | 28 | | "c3RhdGUucHJvdG8SImRlY2VudHJhbGFuZC5zZGsuY29tcG9uZW50cy5jb21t", |
| | 29 | | "b24qXgoMTG9hZGluZ1N0YXRlEgsKB1VOS05PV04QABILCgdMT0FESU5HEAES", |
| | 30 | | "DQoJTk9UX0ZPVU5EEAISFwoTRklOSVNIRURfV0lUSF9FUlJPUhADEgwKCEZJ", |
| | 31 | | "TklTSEVEEARCFKoCEURDTC5FQ1NDb21wb25lbnRzYgZwcm90bzM=")); |
| 0 | 32 | | descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, |
| | 33 | | new pbr::FileDescriptor[] { }, |
| | 34 | | new pbr::GeneratedClrTypeInfo(new[] {typeof(global::DCL.ECSComponents.LoadingState), }, null, null)); |
| 0 | 35 | | } |
| | 36 | | #endregion |
| | 37 | |
|
| | 38 | | } |
| | 39 | | #region Enums |
| | 40 | | public enum LoadingState { |
| | 41 | | [pbr::OriginalName("UNKNOWN")] Unknown = 0, |
| | 42 | | [pbr::OriginalName("LOADING")] Loading = 1, |
| | 43 | | [pbr::OriginalName("NOT_FOUND")] NotFound = 2, |
| | 44 | | [pbr::OriginalName("FINISHED_WITH_ERROR")] FinishedWithError = 3, |
| | 45 | | [pbr::OriginalName("FINISHED")] Finished = 4, |
| | 46 | | } |
| | 47 | |
|
| | 48 | | #endregion |
| | 49 | |
|
| | 50 | | } |
| | 51 | |
|
| | 52 | | #endregion Designer generated code |