mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-30 03:32:47 +00:00
9 lines
228 B
C#
9 lines
228 B
C#
using QSB.WorldSync;
|
|
|
|
namespace QSB.EchoesOfTheEye.AirlockSync.WorldObjects;
|
|
|
|
// will be implemented when eote
|
|
internal class QSBGhostAirlock : WorldObject<GhostAirlock>
|
|
{
|
|
public override void SendInitialState(uint to) { }
|
|
} |