engine-v2.1.0
Added support for generic component and tags types.
See Issue #53. E.g.
public struct GenericComponent<T> : IComponent {
public T Value;
}
Added support for generic component and tags types.
See Issue #53. E.g.
public struct GenericComponent<T> : IComponent {
public T Value;
}