mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-19 10:34:37 +08:00
16 lines
266 B
C#
16 lines
266 B
C#
![]() |
namespace DCFApixels.DragonECS
|
|||
|
{
|
|||
|
public class DestroyProcessor : IEcsDo<_Run>
|
|||
|
{
|
|||
|
void IEcsDo<_Run>.Do(EcsSession session)
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
public class DestroyedTable : EcsTable
|
|||
|
{
|
|||
|
private EcsIncTag _destroyedTag;
|
|||
|
}
|
|||
|
}
|