mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-30 03:32:47 +00:00
13 lines
256 B
C#
13 lines
256 B
C#
using OWML.Utils;
|
|
using QSB.WorldSync;
|
|
|
|
namespace QSB.QuantumSync.WorldObjects
|
|
{
|
|
internal class QSBQuantumSocket : WorldObject<QuantumSocket>
|
|
{
|
|
public override void Init()
|
|
{
|
|
AttachedObject.GetType().SetValue("_randomYRotation", false);
|
|
}
|
|
}
|
|
} |