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