GameHandler.RemoveArmor C# (CSharp) Method

RemoveArmor() public static method

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

Same methods

GameHandler::RemoveArmor ( int id, int n ) : int
GameHandler