Replace Robust Vector2 with System.Numerics (#4092)

This commit is contained in:
metalgearsloth
2023-07-08 14:08:26 +10:00
committed by GitHub
parent 6da708f285
commit 7d1ad527d9
337 changed files with 1214 additions and 1132 deletions

View File

@@ -4,6 +4,7 @@ using Robust.Shared.Map;
using Robust.Shared.Maths;
using Robust.UnitTesting.Server;
using System.Management;
using System.Numerics;
using Robust.Shared.Map.Components;
namespace Robust.UnitTesting.Shared.Map