mirror of
https://github.com/DCFApixels/DragonECS-Graphs.git
synced 2025-09-18 03:34:35 +08:00
Update EcsEdge.cs
This commit is contained in:
parent
a6224e27ac
commit
86840b6637
@ -1,14 +1,11 @@
|
|||||||
using DCFApixels.DragonECS.Relations.Utils;
|
using DCFApixels.DragonECS.Relations.Utils;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
namespace DCFApixels.DragonECS
|
namespace DCFApixels.DragonECS
|
||||||
{
|
{
|
||||||
//Edge world
|
//Edge world
|
||||||
//Relation entity
|
//Relation entity
|
||||||
//Relation
|
|
||||||
//Relation component
|
//Relation component
|
||||||
public class EcsEdge : IEcsWorldEventListener, IEcsEntityEventListener
|
public class EcsEdge : IEcsWorldEventListener, IEcsEntityEventListener
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user