GameHandler.RemoveWeapon C# (CSharp) Méthode

RemoveWeapon() public static méthode

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

Same methods

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