From f4cbdd595f0b3c58021714d31e826f6aae22d3c2 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Sun, 13 Feb 2022 17:07:19 -0800 Subject: [PATCH] ThrusterManager: make static --- QSB/Animation/Player/Thrusters/ThrusterManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QSB/Animation/Player/Thrusters/ThrusterManager.cs b/QSB/Animation/Player/Thrusters/ThrusterManager.cs index 303e18ce..8ecc64a5 100644 --- a/QSB/Animation/Player/Thrusters/ThrusterManager.cs +++ b/QSB/Animation/Player/Thrusters/ThrusterManager.cs @@ -3,7 +3,7 @@ using UnityEngine; namespace QSB.Animation.Player.Thrusters { - internal class ThrusterManager + internal static class ThrusterManager { public static void CreateRemotePlayerVFX(PlayerInfo player) {