GameHandler.HasWeapons C# (CSharp) Method

HasWeapons() public static method

public static HasWeapons ( ) : bool
return bool
    public static bool HasWeapons()
    {
        return GameHandler.Instance().weapons.Count > 0;
    }
GameHandler