summaryrefslogtreecommitdiff
path: root/DSACore/Models/Database/Roll.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Models/Database/Roll.cs')
-rw-r--r--DSACore/Models/Database/Roll.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/DSACore/Models/Database/Roll.cs b/DSACore/Models/Database/Roll.cs
deleted file mode 100644
index c931e70..0000000
--- a/DSACore/Models/Database/Roll.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-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];
- }
-}