mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 18:14:37 +08:00
add EmptySubject
This commit is contained in:
parent
110cb45887
commit
c3a4d3e6de
@ -1,5 +1,7 @@
|
|||||||
namespace DCFApixels.DragonECS
|
namespace DCFApixels.DragonECS
|
||||||
{
|
{
|
||||||
|
public sealed class EmptySubject : EcsSubject { }
|
||||||
|
|
||||||
public sealed class SingleSubject<TPool> : EcsSubject where TPool : IEcsPoolImplementation, new()
|
public sealed class SingleSubject<TPool> : EcsSubject where TPool : IEcsPoolImplementation, new()
|
||||||
{
|
{
|
||||||
public readonly TPool pool;
|
public readonly TPool pool;
|
||||||
|
Loading…
Reference in New Issue
Block a user