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/Models/Database/Roll.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DSACore/Models/Database/Roll.cs') diff --git a/DSACore/Models/Database/Roll.cs b/DSACore/Models/Database/Roll.cs index c931e70..547fde4 100644 --- a/DSACore/Models/Database/Roll.cs +++ b/DSACore/Models/Database/Roll.cs @@ -7,6 +7,6 @@ namespace DSACore.Models.Database { public class Roll { - private string[] Skills { get; set; } = new string[3]; + public string[] Skills { get; set; } = new string[3]; } } -- cgit v1.2.3-70-g09d2