mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
Remove redundant custom math types (#6078)
Vector3, Vector4, Matrix4, and Quaternion are now gone. Use System.Numerics instead. This commit is just replacing usages, cleaning up using declarations, and moving over the (couple) helpers that are actually important.
This commit is contained in:
committed by
GitHub
parent
fee67b648c
commit
cdd3afaa4c
@@ -89,8 +89,7 @@ namespace Robust.Shared.Serialization
|
||||
CustomTypeSerializers = new[]
|
||||
{
|
||||
MappedStringSerializer.TypeSerializer,
|
||||
new Vector2Serializer(),
|
||||
new Matrix3x2Serializer(),
|
||||
new NetMathSerializer()
|
||||
}
|
||||
};
|
||||
_serializer = new Serializer(types, settings);
|
||||
|
||||
Reference in New Issue
Block a user