From 8aa22a639f76b255e00f36a833a1a74d1e7542f6 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 18 Mar 2023 18:34:15 -0400 Subject: [PATCH] Fix bad merge --- NewHorizons/Builder/Props/GeneralPropBuilder.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NewHorizons/Builder/Props/GeneralPropBuilder.cs b/NewHorizons/Builder/Props/GeneralPropBuilder.cs index abd735b0..28f1c13e 100644 --- a/NewHorizons/Builder/Props/GeneralPropBuilder.cs +++ b/NewHorizons/Builder/Props/GeneralPropBuilder.cs @@ -1,5 +1,6 @@ using NewHorizons.External.Modules; using NewHorizons.Utility; +using NewHorizons.Utility.OWUtilities; using System; using System.Collections.Generic; using System.Linq;