namespace QSB.Utility.VariableSync;
[UsedInUnityProject]
public class BoolVariableSyncer : BaseVariableSyncer<bool> { }