mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
5 lines
104 B
C#
5 lines
104 B
C#
namespace QSB.Utility.VariableSync;
|
|
|
|
public class FloatVariableSyncer : BaseVariableSyncer<float>
|
|
{
|
|
} |