Make static

This commit is contained in:
Noah Pilarski 2022-07-29 22:40:06 -04:00
parent 1b0a812afc
commit 8d8f51c899

View File

@ -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;