mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
10 lines
256 B
C#
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;
|
|
}
|