mirror of
https://github.com/DCFApixels/DragonECS-Graphs.git
synced 2025-09-17 11:04:34 +08:00
initial commit
This commit is contained in:
parent
08950068ad
commit
a384e4f86c
3
DragonECS-Relations.asmdef
Normal file
3
DragonECS-Relations.asmdef
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"name": "DragonECS-Relations"
|
||||||
|
}
|
7
DragonECS-Relations.asmdef.meta
Normal file
7
DragonECS-Relations.asmdef.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: e03a104a2b3b83447a978fe476338032
|
||||||
|
AssemblyDefinitionImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
7
LICENSE.meta
Normal file
7
LICENSE.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7fee192fa828c1341939f13b6e86bfd5
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
2
README-RU.md
Normal file
2
README-RU.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Отношения между сущностями для DragonECS
|
||||||
|
|
7
README-RU.md.meta
Normal file
7
README-RU.md.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7be3959f25a6df04f837b4e2333b2259
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
@ -1,2 +1,2 @@
|
|||||||
# DragonECS-Relations
|
# Relations between entities for DragonECS
|
||||||
|
|
||||||
|
7
README.md.meta
Normal file
7
README.md.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c8265b72439530f46a2250914c076540
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
23
package.json
Normal file
23
package.json
Normal file
@ -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"
|
||||||
|
]
|
||||||
|
}
|
7
package.json.meta
Normal file
7
package.json.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 38aaacef9c6d7014687fb5f7376e6bd1
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
Loading…
Reference in New Issue
Block a user