GameHandler.Weapons C# (CSharp) Method

Weapons() public static method

public static Weapons ( ) : Hashtable
return Hashtable
    public static Hashtable Weapons()
    {
        return GameHandler.Instance().weapons;
    }
GameHandler