Skip to content

engine-v2.1.0

Latest
Compare
Choose a tag to compare
@friflo friflo released this 19 Jun 12:49
· 251 commits to main since this release

Added support for generic component and tags types.
See Issue #53. E.g.

public struct GenericComponent<T> : IComponent {
    public T Value;
}