mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-25 15:35:22 +00:00
13 lines
227 B
C#
13 lines
227 B
C#
using QSB.WorldSync;
|
|
|
|
namespace QSB.EchoesOfTheEye.RaftSync.WorldObjects
|
|
{
|
|
public class QSBDamRaftLift : WorldObject<DamRaftLift>
|
|
{
|
|
public override void SendInitialState(uint to)
|
|
{
|
|
// todo SendInitialState
|
|
}
|
|
}
|
|
}
|