public void Dropdown_Color_Index_Changed(int value) { // colorManager.TeamsColorsMode = (TeamsColorManager.ColorsMode) value; uiSoundsManager.PlayClick(); }
public void Interface_Slider_OnChange(float value) { soundManager.InterfaceVolume = value; uiSoundsManager.PlayClick(); }