Update content vectors to numerics (#17759)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Maths;
|
||||
using static ImGuiNET.ImGui;
|
||||
using Color = System.Drawing.Color;
|
||||
using Vector2 = System.Numerics.Vector2;
|
||||
using RobustVec2 = Robust.Shared.Maths.Vector2;
|
||||
using RobustVec2 = System.Numerics.Vector2;
|
||||
using static Content.Server.Power.Pow3r.PowerState;
|
||||
|
||||
namespace Pow3r
|
||||
|
||||
Reference in New Issue
Block a user