mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-11-13 00:55:55 +08:00
remove trash
This commit is contained in:
parent
fd653dc06f
commit
d5caaa441f
@ -2,17 +2,7 @@
|
||||
|
||||
namespace DCFApixels.DragonECS
|
||||
{
|
||||
public interface IEcsFilter
|
||||
{
|
||||
#region Properties
|
||||
public IEcsWorld World { get; }
|
||||
public EcsMask Mask { get; }
|
||||
public EcsReadonlyGroup Entities { get; }
|
||||
public int EntitiesCount { get; }
|
||||
#endregion
|
||||
}
|
||||
|
||||
public class EcsFilter : IEcsFilter
|
||||
public class EcsFilter
|
||||
{
|
||||
private readonly IEcsWorld _source;
|
||||
internal readonly EcsGroup entities;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user