GameHandler.RemoveItem C# (CSharp) Méthode

RemoveItem() public static méthode

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

Same methods

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