using MoonTools.ECS; namespace Nerfed.Runtime.Components { public readonly record struct Root; //public readonly record struct Parent; //public readonly record struct PreviousParent; public readonly record struct Child; // Describes a relation from the child to the parent. public readonly record struct ChildParentRelation; }