DebugMenu.RemoveShield C# (CSharp) Method

RemoveShield() public method

public RemoveShield ( ) : void
return void
    public void RemoveShield()
    {
        playerStats.Shield(-1);
    }