1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-01-31 15:32:43 +00:00
2021-10-15 21:06:51 +01:00

10 lines
140 B
C#

namespace QSB.SectorSync
{
public class FakeSector : Sector
{
public Sector AttachedSector;
public override void Awake() { }
}
}