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