1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-02-19 12:40:56 +00:00
2022-08-02 16:53:11 -07:00

10 lines
256 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 bool ShouldDisplayDebug() => false;
}