public readonly struct Entity { public long Id { get; init; } }
public interface ISystem { public void Update(); }
public interface IComponent{ public long Id { get; set; } }
public Dictionary<IComponent, IList> EntityComponents
To remember your current position in the blog, this page must store some data in this browser.
Are you OK with that?
Yes No