2022-01-18 10:06:15 -08:00

7 lines
110 B
C#

namespace QSB.Utility.VariableSync
{
public class FloatVariableSyncer : BaseVariableSyncer<float>
{
}
}