diff --git a/NewHorizons/Utility/Popcron.Gizmos/Gizmos.cs b/NewHorizons/Utility/Popcron.Gizmos/Gizmos.cs index f1da5d5b..93ae7c4f 100644 --- a/NewHorizons/Utility/Popcron.Gizmos/Gizmos.cs +++ b/NewHorizons/Utility/Popcron.Gizmos/Gizmos.cs @@ -3,7 +3,7 @@ using UnityEngine; namespace Popcron { - public class Gizmos + public static class Gizmos { private static string _prefsKey = null; private static int? _bufferSize = null;