public void Apply() { InputGetter.Apply(); foreach (ControlsBtn _obj in m_Btns) { _obj.Apply(); } GameSettings.Instance.ApplyControls(); }