mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-16 16:15:24 +00:00
9 lines
207 B
C#
9 lines
207 B
C#
using QSB.WorldSync;
|
|
|
|
namespace QSB.EchoesOfTheEye.DreamRafts.WorldObjects;
|
|
|
|
public class QSBDreamRaftProjection : WorldObject<DreamRaftProjection>
|
|
{
|
|
public override void SendInitialState(uint to) { }
|
|
}
|