mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
10 lines
255 B
C#
10 lines
255 B
C#
namespace QSB.WorldSync;
|
|
|
|
/// <summary>
|
|
/// todo make sure this isn't totally broken in weird esoteric cases oh god oh fuck
|
|
/// </summary>
|
|
internal class QSBOWRigidbody : WorldObject<OWRigidbody>
|
|
{
|
|
public override void SendInitialState(uint to) { }
|
|
}
|