示例#1
0
    public static GameModel getInstance()
    {
        if (model == null)
        {
            model = new GameModel();

            model.init();
        }
        return model;
    }