mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-19 02:24:37 +08:00
8 lines
135 B
C#
8 lines
135 B
C#
![]() |
namespace DCFApixels.DragonECS
|
|||
|
{
|
|||
|
public abstract class EcsQueryExecutor
|
|||
|
{
|
|||
|
internal abstract void Destroy();
|
|||
|
}
|
|||
|
}
|