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