mirror of
https://github.com/DCFApixels/DragonECS-Graphs.git
synced 2025-09-18 11:54:35 +08:00
update unity meta
This commit is contained in:
parent
22e128fa8f
commit
9cea893539
15
package.json
15
package.json
@ -1,17 +1,20 @@
|
||||
{
|
||||
"name": "com.dcfa_pixels.dragonecs-relations",
|
||||
"name": "com.dcfa_pixels.dragonecs-graphs",
|
||||
"author":
|
||||
{
|
||||
"name": "DCFApixels",
|
||||
"url": "https://github.com/DCFApixels/DragonECS-Relations"
|
||||
"url": "https://github.com/DCFApixels/DragonECS-Graphs"
|
||||
},
|
||||
"displayName": "DragonECS-Relations",
|
||||
"description": "Relations between entities for DragonECS",
|
||||
"displayName": "DragonECS-Graphs",
|
||||
"description": "Entity Graphs for DragonECS",
|
||||
"unity": "2020.3",
|
||||
"version": "0.1.0",
|
||||
"version": "0.3.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DCFApixels/DragonECS-Relations.git"
|
||||
"url": "https://github.com/DCFApixels/DragonECS-Graphs.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"com.dcfa_pixels.dragonecs": "https://github.com/DCFApixels/DragonECS.git"
|
||||
},
|
||||
"keywords":
|
||||
[
|
||||
|
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3beb57467f719d140a946d35ecc5ea89
|
||||
guid: c4a2533b058338d4a84fd26be64e0e8b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 34b2bc10be4057f479e15e49cc36e3d4
|
||||
guid: 6bdb106bf15d35e4ba906691676f375b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
11
src/Executors/GraphQueries.cs.meta
Normal file
11
src/Executors/GraphQueries.cs.meta
Normal file
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 106228a442c48874dbfe6d214a01daf2
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
11
src/Internal/OnlyAppendHeadLinkedList.cs.meta
Normal file
11
src/Internal/OnlyAppendHeadLinkedList.cs.meta
Normal file
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8097f386fecb25044a477ac6cc7909db
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Reference in New Issue
Block a user