示例#1
0
    public void startup()
    {
        if (!Load())
        {
            BeginUsername();
            NewGame = true;
        }

        bool loading = BuyButtons.Load();

        if (!loading)
        {
        }
    }