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
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Numerics;
using System.Threading.Tasks;
using Robust.Client.UserInterface;
using Robust.Client.UserInterface.Controls;