GameHandler.AddWeapon C# (CSharp) Method

AddWeapon() public static method

public static AddWeapon ( int id ) : int
id int
return int
    public static int AddWeapon(int id)
    {
        return GameHandler.AddCount(id, 1, GameHandler.Weapons());
    }

Same methods

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