From 110773d1516dbe350ec507e2e7ec52f0cca7d973 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 18 Mar 2023 18:30:11 -0400 Subject: [PATCH] Fix bad merge --- .../Components/SizeControllers/SingularitySizeController.cs | 1 + NewHorizons/Components/SizeControllers/SizeController.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/NewHorizons/Components/SizeControllers/SingularitySizeController.cs b/NewHorizons/Components/SizeControllers/SingularitySizeController.cs index 52cb7d3e..2caa779a 100644 --- a/NewHorizons/Components/SizeControllers/SingularitySizeController.cs +++ b/NewHorizons/Components/SizeControllers/SingularitySizeController.cs @@ -1,5 +1,6 @@ using NewHorizons.Builder.Body; using NewHorizons.Utility; +using NewHorizons.Utility.OWMLUtilities; using UnityEngine; namespace NewHorizons.Components.SizeControllers diff --git a/NewHorizons/Components/SizeControllers/SizeController.cs b/NewHorizons/Components/SizeControllers/SizeController.cs index aa4f7e87..4e645f56 100644 --- a/NewHorizons/Components/SizeControllers/SizeController.cs +++ b/NewHorizons/Components/SizeControllers/SizeController.cs @@ -1,4 +1,5 @@ using NewHorizons.External.Modules.VariableSize; +using NewHorizons.Utility; using UnityEngine; namespace NewHorizons.Components.SizeControllers