6 lines
107 B
C#

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