mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-26 09:35:26 +00:00
8 lines
133 B
C#
8 lines
133 B
C#
using UnityEngine;
|
|
|
|
namespace QSB.Utility.VariableSync
|
|
{
|
|
public class Vector3VariableSyncer : BaseVariableSyncer<Vector3>
|
|
{
|
|
}
|
|
} |