From 4c3896c01db6a02d896d6b51483571e833c21d58 Mon Sep 17 00:00:00 2001 From: wixoaGit Date: Tue, 11 Nov 2025 11:16:00 -0500 Subject: [PATCH] Remove use of `System.Drawing.Color` --- OpenDreamShared/Interface/Descriptors/ControlDescriptors.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenDreamShared/Interface/Descriptors/ControlDescriptors.cs b/OpenDreamShared/Interface/Descriptors/ControlDescriptors.cs index f0a50c0fe0..69f1ce97d0 100644 --- a/OpenDreamShared/Interface/Descriptors/ControlDescriptors.cs +++ b/OpenDreamShared/Interface/Descriptors/ControlDescriptors.cs @@ -1,9 +1,9 @@ using System; using System.Collections.Generic; -using System.Drawing; using JetBrains.Annotations; using OpenDreamShared.Interface.DMF; using Robust.Shared.Analyzers; +using Robust.Shared.Maths; using Robust.Shared.Serialization.Manager; using Robust.Shared.Serialization.Manager.Attributes; using Robust.Shared.Serialization.Markdown.Mapping;