mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-30 03:32:47 +00:00
7 lines
155 B
C#
7 lines
155 B
C#
|
namespace QSB.WorldSync.WorldObjects;
|
|||
|
|
|||
|
internal class QSBOWRigidbody : WorldObject<OWRigidbody>
|
|||
|
{
|
|||
|
public override void SendInitialState(uint to) { }
|
|||
|
}
|