friflo / Friflo.Json.Fliox

C# ECS + ORM
https://github.com/friflo/Friflo.Engine.ECS
GNU Lesser General Public License v3.0
165 stars 12 forks source link

Add support for component fields of type: sbyte, ushort, uint & ulong #38

Closed friflo closed 6 months ago

friflo commented 6 months ago

Currently only CLS compliant simply types are supported. See: Simple types

Non compliant CLS types are currently not supported. These are: sbyte, ushort, uint & ulong.

This was mentioned at https://github.com/friflo/Friflo.Json.Fliox/discussions/37

friflo commented 6 months ago

Implemented support for component field types: sbyte, ushort, uint, ulong

See commit: https://github.com/friflo/Friflo.Json.Fliox/commit/ac19ff999ce9a7f62eebc54404ba8b7c79ce5fd5

friflo commented 6 months ago

Feature is part of release https://github.com/friflo/Friflo.Json.Fliox/releases/tag/engine-v1.24.0