mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-08 18:51:19 +00:00
6 lines
201 B
C#
6 lines
201 B
C#
using QSB.Utility.VariableSync;
|
|
using UnityEngine;
|
|
|
|
namespace QSB.EchoesOfTheEye.EclipseElevators.VariableSync;
|
|
|
|
internal class EclipseElevatorVariableSyncer : WorldObjectVariableSyncer<Vector3> { } |