1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-02-13 12:40:50 +00:00

make ShipManager public

This commit is contained in:
_nebula 2023-07-04 20:01:40 +01:00
parent 79a0b4e478
commit 2ad07641f1

@ -16,7 +16,7 @@ using UnityEngine;
namespace QSB.ShipSync;
internal class ShipManager : WorldObjectManager
public class ShipManager : WorldObjectManager
{
public override WorldObjectScene WorldObjectScene => WorldObjectScene.SolarSystem;