Make static

This commit is contained in:
Noah Pilarski 2022-07-29 20:52:57 -04:00
parent 415fdd3a8d
commit 46e1112205

View File

@ -8,7 +8,7 @@ using System.Threading.Tasks;
namespace NewHorizons.Patches namespace NewHorizons.Patches
{ {
[HarmonyPatch] [HarmonyPatch]
public class BramblePatches public static class BramblePatches
{ {
// //
// this file is not great. the real solution to the issues these patches address should be solved by replacing bramble nodes' InnerFogWarpVolume // this file is not great. the real solution to the issues these patches address should be solved by replacing bramble nodes' InnerFogWarpVolume