From 8d8f51c899a4cc784f9a8a7c34614d56ee28533c Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Fri, 29 Jul 2022 22:40:06 -0400 Subject: [PATCH] Make static --- NewHorizons/Utility/Popcron.Gizmos/Gizmos.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;