diff --git a/Editor.meta b/Editor.meta deleted file mode 100644 index 509230b..0000000 --- a/Editor.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 81b89672044a2804698e458934693769 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Editor/EditorBeanBase.cs b/Editor/EditorBeanBase.cs deleted file mode 100644 index 567a97b..0000000 --- a/Editor/EditorBeanBase.cs +++ /dev/null @@ -1,28 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Luban -{ - public abstract class EditorBeanBase - { - public abstract void LoadJson(SimpleJSON.JSONObject json); - - public abstract void SaveJson(SimpleJSON.JSONObject json); - - public void LoadJsonFile(string file) - { - string jsonText = System.IO.File.ReadAllText(file, Encoding.UTF8); - LoadJson((SimpleJSON.JSONObject)SimpleJSON.JSON.Parse(jsonText)); - } - - public void SaveJsonFile(string file) - { - var json = new SimpleJSON.JSONObject(); - SaveJson(json); - System.IO.File.WriteAllText(file, json.ToString(), System.Text.Encoding.UTF8); - } - } -} diff --git a/Editor/EditorBeanBase.cs.meta b/Editor/EditorBeanBase.cs.meta deleted file mode 100644 index d345b1b..0000000 --- a/Editor/EditorBeanBase.cs.meta +++ /dev/null @@ -1,2 +0,0 @@ -fileFormatVersion: 2 -guid: 14642a288d49f3341b801237c473d31a \ No newline at end of file diff --git a/Editor/EditorEnumItemInfo.cs b/Editor/EditorEnumItemInfo.cs deleted file mode 100644 index 52accb3..0000000 --- a/Editor/EditorEnumItemInfo.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Luban -{ - public class EditorEnumItemInfo - { - public string Name { get; } - - public string Alias { get; } - - public int Value { get; } - - public string Comment { get; } - - public EditorEnumItemInfo(string name, string alias, int value, string comment) - { - Name = name; - Alias = alias; - Value = value; - Comment = comment; - } - } -} diff --git a/Editor/EditorEnumItemInfo.cs.meta b/Editor/EditorEnumItemInfo.cs.meta deleted file mode 100644 index 689b46d..0000000 --- a/Editor/EditorEnumItemInfo.cs.meta +++ /dev/null @@ -1,2 +0,0 @@ -fileFormatVersion: 2 -guid: 20bae9719f5bcbc4d9b52d311a859422 \ No newline at end of file diff --git a/Editor/Luban.Editor.asmdef b/Editor/Luban.Editor.asmdef deleted file mode 100644 index 10fa2c5..0000000 --- a/Editor/Luban.Editor.asmdef +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "Luban.Editor", - "rootNamespace": "", - "references": [ - "Luban.Runtime" - ], - "includePlatforms": [ - "Editor" - ], - "excludePlatforms": [], - "allowUnsafeCode": true, - "overrideReferences": false, - "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false -} \ No newline at end of file diff --git a/Editor/Luban.Editor.asmdef.meta b/Editor/Luban.Editor.asmdef.meta deleted file mode 100644 index c060e98..0000000 --- a/Editor/Luban.Editor.asmdef.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: ff2ec62504f1a8c418a1a486f86683c3 -AssemblyDefinitionImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: