mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-16 16:15:24 +00:00
8 lines
132 B
C#
8 lines
132 B
C#
namespace QSB.SectorSync;
|
|
|
|
public class FakeSector : Sector
|
|
{
|
|
public Sector AttachedSector;
|
|
|
|
public override void Awake() { }
|
|
} |