Beispiel #1
0
    public static string SaveParse()
    {
        string tempSave = "";

        tempSave += WordDatav2.SaveManagerData();
        tempSave += '#';
        tempSave += InvManager.SaveManager();
        tempSave += '#';
        tempSave += CharectorStats.SaveManagerData();
        return(tempSave);
    }