From 71f85e0d3539539a74e72eb86ecb13a0e637e88a Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Sat, 29 Sep 2018 19:08:20 +0200 Subject: adding database class structure --- DSACore/Models/Database/Roll.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 DSACore/Models/Database/Roll.cs (limited to 'DSACore/Models/Database/Roll.cs') diff --git a/DSACore/Models/Database/Roll.cs b/DSACore/Models/Database/Roll.cs new file mode 100644 index 0000000..c931e70 --- /dev/null +++ b/DSACore/Models/Database/Roll.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace DSACore.Models.Database +{ + public class Roll + { + private string[] Skills { get; set; } = new string[3]; + } +} -- cgit v1.2.3-70-g09d2