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