|
@@ -0,0 +1,38 @@
|
|
|
|
+// <auto-generated>
|
|
|
|
+// This file was generated by a tool; you should avoid making direct changes.
|
|
|
|
+// Consider using 'partial classes' to extend these types
|
|
|
|
+// Input: ExtensionPalette.proto
|
|
|
|
+// </auto-generated>
|
|
|
|
+
|
|
|
|
+#region Designer generated code
|
|
|
|
+#pragma warning disable CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
|
|
|
+namespace PixiEditor.Extensions.CommonApi.Palettes
|
|
|
|
+{
|
|
|
|
+
|
|
|
|
+ [global::ProtoBuf.ProtoContract()]
|
|
|
|
+ public partial class ExtensionPalette : global::ProtoBuf.IExtensible
|
|
|
|
+ {
|
|
|
|
+ private global::ProtoBuf.IExtension __pbn__extensionData;
|
|
|
|
+ global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
|
|
|
+ => global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
|
|
|
+
|
|
|
|
+ [global::ProtoBuf.ProtoMember(1)]
|
|
|
|
+ [global::System.ComponentModel.DefaultValue("")]
|
|
|
|
+ public string Name { get; set; } = "";
|
|
|
|
+
|
|
|
|
+ [global::ProtoBuf.ProtoMember(2)]
|
|
|
|
+ public global::System.Collections.Generic.List<PaletteColor> Colors { get; } = new global::System.Collections.Generic.List<PaletteColor>();
|
|
|
|
+
|
|
|
|
+ [global::ProtoBuf.ProtoMember(3)]
|
|
|
|
+ public bool IsFavourite { get; set; }
|
|
|
|
+
|
|
|
|
+ [global::ProtoBuf.ProtoMember(4)]
|
|
|
|
+ [global::System.ComponentModel.DefaultValue("")]
|
|
|
|
+ public string FileName { get; set; } = "";
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+#pragma warning restore CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
|
|
|
+#endregion
|