Cleanup some warnings.

This commit is contained in:
hondacrx
2021-11-15 16:11:20 -05:00
parent e0f344af25
commit 032f9a55f3
70 changed files with 233 additions and 234 deletions
+4 -4
View File
@@ -19,9 +19,9 @@ namespace Framework.Database
{
public static class DB
{
public static LoginDatabase Login = new LoginDatabase();
public static CharacterDatabase Characters = new CharacterDatabase();
public static WorldDatabase World = new WorldDatabase();
public static HotfixDatabase Hotfix = new HotfixDatabase();
public static LoginDatabase Login = new();
public static CharacterDatabase Characters = new();
public static WorldDatabase World = new();
public static HotfixDatabase Hotfix = new();
}
}