ThrusterManager: make static

This commit is contained in:
JohnCorby 2022-02-13 17:07:19 -08:00
parent 8c1f5a7a22
commit f4cbdd595f

View File

@ -3,7 +3,7 @@ using UnityEngine;
namespace QSB.Animation.Player.Thrusters
{
internal class ThrusterManager
internal static class ThrusterManager
{
public static void CreateRemotePlayerVFX(PlayerInfo player)
{