make the list readonly

This commit is contained in:
JohnCorby 2022-06-08 17:07:16 -07:00
parent e7da777396
commit 1d32211be0

View File

@ -5,7 +5,7 @@ namespace QSB.ShipSync;
public static class ShipThrusterManager
{
public static List<ThrusterFlameController> ShipFlameControllers = new();
public static readonly List<ThrusterFlameController> ShipFlameControllers = new();
public static ThrusterWashController ShipWashController = new();
public static void CreateShipVFX()