ControlHandler.IsSkillMinusPressed C# (CSharp) Méthode

IsSkillMinusPressed() public static méthode

public static IsSkillMinusPressed ( ) : bool
Résultat bool
    public static bool IsSkillMinusPressed()
    {
        return ControlHandler.IsPressed(DataHolder.GameSettings().skillMinusKey);
    }