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

7 lines
108 B
C#

namespace QSB.Utility.VariableSync
{
public class BoolVariableSyncer : BaseVariableSyncer<bool>
{
}
}