Exemplo n.º 1
0
    //get the text from the input field and write it to the game data file

    public void clickGameDataUpdateButton()
    {
        dm.writeWholeDataFile(gameData.text);
    }