// Token: 0x06002939 RID: 10553 RVA: 0x00157EB8 File Offset: 0x001560B8
 public void SetControl(SOption.EControl.Type control)
 {
     control        = (SOption.EControl.Type)Math.Min((uint)control, 3U);
     this.m_control = (uint)control;
 }
Ejemplo n.º 2
0
 public void SetControl(SOption.EControl.Type control)
 {
     this.isDirty             = true;
     control                  = (SOption.EControl.Type)Math.Min((uint)control, 3U);
     save.Options.ControlType = (ControlType)control;
 }