mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-08 09:41:07 +00:00
9 lines
203 B
C#
9 lines
203 B
C#
using QSB.WorldSync;
|
|
|
|
namespace QSB.EchoesOfTheEye.GrappleTotemSync.WorldObjects;
|
|
|
|
public class QSBGrappleTotem : WorldObject<LanternZoomPoint>
|
|
{
|
|
public override void SendInitialState(uint to) { }
|
|
}
|