2022-03-02 19:46:33 -08:00

5 lines
104 B
C#

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