GameHandler.RemoveItem C# (CSharp) Method

RemoveItem() public static method

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

Same methods

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