From a384e4f86c9da4d235b512d5af522e0ea5a47182 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Sat, 17 Jun 2023 14:14:32 +0800 Subject: [PATCH] initial commit --- DragonECS-Relations.asmdef | 3 +++ DragonECS-Relations.asmdef.meta | 7 +++++++ LICENSE.meta | 7 +++++++ README-RU.md | 2 ++ README-RU.md.meta | 7 +++++++ README.md | 2 +- README.md.meta | 7 +++++++ package.json | 23 +++++++++++++++++++++++ package.json.meta | 7 +++++++ 9 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 DragonECS-Relations.asmdef create mode 100644 DragonECS-Relations.asmdef.meta create mode 100644 LICENSE.meta create mode 100644 README-RU.md create mode 100644 README-RU.md.meta create mode 100644 README.md.meta create mode 100644 package.json create mode 100644 package.json.meta diff --git a/DragonECS-Relations.asmdef b/DragonECS-Relations.asmdef new file mode 100644 index 0000000..49f0f7c --- /dev/null +++ b/DragonECS-Relations.asmdef @@ -0,0 +1,3 @@ +{ + "name": "DragonECS-Relations" +} diff --git a/DragonECS-Relations.asmdef.meta b/DragonECS-Relations.asmdef.meta new file mode 100644 index 0000000..359d356 --- /dev/null +++ b/DragonECS-Relations.asmdef.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: e03a104a2b3b83447a978fe476338032 +AssemblyDefinitionImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/LICENSE.meta b/LICENSE.meta new file mode 100644 index 0000000..0525b2c --- /dev/null +++ b/LICENSE.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7fee192fa828c1341939f13b6e86bfd5 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/README-RU.md b/README-RU.md new file mode 100644 index 0000000..d8cd312 --- /dev/null +++ b/README-RU.md @@ -0,0 +1,2 @@ +# Отношения между сущностями для DragonECS + diff --git a/README-RU.md.meta b/README-RU.md.meta new file mode 100644 index 0000000..099d97f --- /dev/null +++ b/README-RU.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7be3959f25a6df04f837b4e2333b2259 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/README.md b/README.md index 3959b99..60c80f1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# DragonECS-Relations +# Relations between entities for DragonECS diff --git a/README.md.meta b/README.md.meta new file mode 100644 index 0000000..20516c9 --- /dev/null +++ b/README.md.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c8265b72439530f46a2250914c076540 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/package.json b/package.json new file mode 100644 index 0000000..c34b8b4 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "com.dcfa_pixels.dragonecs-relations", + "author": + { + "name": "DCFApixels", + "url": "https://github.com/DCFApixels/DragonECS-Relations" + }, + "displayName": "DragonECS-Relations", + "description": "Relations between entities for DragonECS", + "unity": "2020.3", + "version": "0.1.0", + "repository": { + "type": "git", + "url": "https://github.com/DCFApixels/DragonECS-Relations.git" + }, + "keywords": + [ + "ecs", + "dragonecs", + "extension", + "add-on" + ] +} diff --git a/package.json.meta b/package.json.meta new file mode 100644 index 0000000..a843ad2 --- /dev/null +++ b/package.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 38aaacef9c6d7014687fb5f7376e6bd1 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: