GameHandler.RemoveArmor C# (CSharp) Method

RemoveArmor() public static method

public static RemoveArmor ( int id, int n ) : int
id int
n int
return int
    public static int RemoveArmor(int id, int n)
    {
        return GameHandler.RemoveCount(id, n, GameHandler.Armors());
    }

Same methods

GameHandler::RemoveArmor ( int id ) : int
GameHandler