Browse Source

Incredibly important

master
j4ck 2 years ago
parent
commit
278041d688
  1. 3
      RSND/Core/Database.cs

3
RSND/Core/Database.cs

@ -32,7 +32,8 @@ public class Database
else else
{ {
Console.WriteLine($"[{Name}] The file is getting created."); Console.WriteLine($"[{Name}] The file is getting created.");
File.Create($"{Name}.json");
var file = File.Create($"{Name}.json");
file.Close();
} }
} }
public void Save() public void Save()

Loading…
Cancel
Save