Beispiel #1
0
    private string SaveLevelInfo()
    {
        string datas = "ID : " + m_levelID + "\n";

        datas += "Factions : " + FactionHelper.FactionsToString(m_faction) + "\n";

        return(datas);
    }