GameHandler.Weapons C# (CSharp) 메소드

Weapons() 공개 정적인 메소드

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