Replace Matrix3 with System.Numerics.Matrix3x2 (#5078)

* Delete Matrix3. Replace with System.Numerics.Matrix3x2

* Feedback

* release notes
This commit is contained in:
eoineoineoin
2024-06-02 05:08:47 +01:00
committed by GitHub
parent 783d529ec4
commit 56c30edf04
71 changed files with 712 additions and 1637 deletions

View File

@@ -90,6 +90,7 @@ namespace Robust.Shared.Serialization
{
MappedStringSerializer.TypeSerializer,
new Vector2Serializer(),
new Matrix3x2Serializer(),
}
};
_serializer = new Serializer(types, settings);