working on chat features

This commit is contained in:
recroom2016
2022-02-22 23:39:22 -05:00
parent 3f8ff4a98b
commit c42d15d3aa
6 changed files with 74 additions and 4 deletions

View File

@@ -42,6 +42,10 @@ namespace start
{
File.WriteAllText("SaveData\\Profile\\level.txt", "10");
}
if (!(File.Exists("SaveData\\Profile\\userid.txt")))
{
File.WriteAllText("SaveData\\Profile\\userid.txt", "2");
}
if (!(File.Exists("SaveData\\myrooms.txt")))
{
File.WriteAllText("SaveData\\myrooms.txt", "[]");