Nerfed/Nerfed.Runtime/Components/Test.cs
max 91b4f5fafb hierachy and parent child system updates
- started working on an editor hierarchy window
- testing filters
- testing parent child relations without system
- testing root component
- thinking about how to get all entities that are not a child, but also don't have an other identifying component
2024-10-15 00:41:45 +02:00

5 lines
85 B
C#

namespace Nerfed.Runtime.Components
{
public readonly record struct Test();
}