Пример #1
0
    private void SaveBestScore()
    {
        GameDataProxy dataProxy = Facade.RetrieveProxy(GameDataProxy.NAME) as GameDataProxy;

        dataProxy.SaveBestScore();
    }