Exemple #1
0
    string collectiblesToString()
    {
        string str = "";

        str += (player_stats.getCollectibles() / 100).ToString();
        str += (player_stats.getCollectibles() / 10).ToString();
        str += (player_stats.getCollectibles() / 1).ToString();
        return(str);
    }