From 632781d1adf54287ecfe7cbcbc17074e14a769b2 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Sat, 29 Sep 2018 23:59:42 +0200 Subject: added database methods --- DSACore/DSA_Game/Save/Properties.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DSACore/DSA_Game/Save/Properties.cs') diff --git a/DSACore/DSA_Game/Save/Properties.cs b/DSACore/DSA_Game/Save/Properties.cs index caed278..459a9c7 100644 --- a/DSACore/DSA_Game/Save/Properties.cs +++ b/DSACore/DSA_Game/Save/Properties.cs @@ -14,7 +14,7 @@ namespace DSACore.DSA_Game.Save public static class Properties { - private static Dictionary objects; + public static Dictionary objects; static Properties() { -- cgit v1.2.3-54-g00ecf