mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-17 10:14:14 +00:00
make the list readonly
This commit is contained in:
parent
e7da777396
commit
1d32211be0
@ -5,7 +5,7 @@ namespace QSB.ShipSync;
|
|||||||
|
|
||||||
public static class ShipThrusterManager
|
public static class ShipThrusterManager
|
||||||
{
|
{
|
||||||
public static List<ThrusterFlameController> ShipFlameControllers = new();
|
public static readonly List<ThrusterFlameController> ShipFlameControllers = new();
|
||||||
public static ThrusterWashController ShipWashController = new();
|
public static ThrusterWashController ShipWashController = new();
|
||||||
|
|
||||||
public static void CreateShipVFX()
|
public static void CreateShipVFX()
|
||||||
|
Loading…
Reference in New Issue
Block a user