MrGravity.ResetConfirm.ResetConfirm C# (CSharp) Method

ResetConfirm() public method

public ResetConfirm ( IControlScheme controlScheme ) : Microsoft.Xna.Framework
controlScheme IControlScheme
return Microsoft.Xna.Framework
        public ResetConfirm(IControlScheme controlScheme)
        {
            _mControls = controlScheme;
        }