mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-12 04:14:08 +00:00
9 lines
134 B
C#
9 lines
134 B
C#
using UnityEngine;
|
|
|
|
namespace QSB.Utility.VariableSync
|
|
{
|
|
public class Vector3VariableSyncer : BaseVariableSyncer<Vector3>
|
|
{
|
|
}
|
|
}
|