mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
9 lines
139 B
C#
9 lines
139 B
C#
namespace QSB.SectorSync
|
|
{
|
|
public class FakeSector : Sector
|
|
{
|
|
public Sector AttachedSector;
|
|
|
|
public override void Awake() { }
|
|
}
|
|
} |