mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-29 12:21:25 +00:00
10 lines
190 B
C#
10 lines
190 B
C#
using QSB.WorldSync;
|
|
|
|
namespace QSB.QuantumSync.WorldObjects
|
|
{
|
|
internal class QSBQuantumSocket : WorldObject<QuantumSocket>
|
|
{
|
|
public override bool ShouldDisplayLabel() => false;
|
|
}
|
|
}
|