This commit is contained in:
Mikhail 2024-11-09 21:10:21 +08:00
parent ca43d1e1b4
commit 2087573b6e
3 changed files with 4 additions and 15 deletions

View File

@ -1,4 +0,0 @@
namespace DCFApixels.DragonECS
{
public struct ChildOf : IEcsTagComponent { }
}

View File

@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: 1de8d8a49b0d49640847d1cec330fc4b
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -272,5 +272,9 @@ namespace DCFApixels.DragonECS
#endregion
}
#endregion
#region Other
public static implicit operator EcsGraph(SingletonMarker marker) { return marker.Builder.World.GetGraph(); }
#endregion
}
}