Update content vectors to numerics (#17759)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using System.Numerics;
|
||||
using Robust.Client.UserInterface;
|
||||
using Robust.Client.UserInterface.Controls;
|
||||
using Robust.Client.UserInterface.CustomControls;
|
||||
@@ -41,7 +42,7 @@ public sealed class ReturnToBodyMenu : DefaultWindow
|
||||
|
||||
(new Control()
|
||||
{
|
||||
MinSize = (20, 0)
|
||||
MinSize = new Vector2(20, 0)
|
||||
}),
|
||||
|
||||
(DenyButton = new Button
|
||||
|
||||
Reference in New Issue
Block a user