GameHandler.GetKnownRecipes C# (CSharp) 메소드

GetKnownRecipes() 공개 정적인 메소드

public static GetKnownRecipes ( ) : ArrayList
리턴 ArrayList
    public static ArrayList GetKnownRecipes()
    {
        return GameHandler.Instance().recipes;
    }
GameHandler