protected void BindDefault(BindableValue <bool> b) { value.Bind(b, true); }
public void Bind(BindableValue <float> binder) { value.Bind(binder, true); }