GameHandler.HasItems C# (CSharp) 메소드

HasItems() 공개 정적인 메소드

public static HasItems ( ) : bool
리턴 bool
    public static bool HasItems()
    {
        return GameHandler.Instance().items.Count > 0;
    }
GameHandler