summaryrefslogtreecommitdiff
path: root/DiscoBot/Auxiliary/Vorteil.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/Auxiliary/Vorteil.cs')
-rw-r--r--DiscoBot/Auxiliary/Vorteil.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/DiscoBot/Auxiliary/Vorteil.cs b/DiscoBot/Auxiliary/Vorteil.cs
deleted file mode 100644
index 57f2020..0000000
--- a/DiscoBot/Auxiliary/Vorteil.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-namespace DiscoBot.Auxiliary
-{
- public class Vorteil // talent objekt
- {
- public Vorteil(string name, string value = "")
- {
- this.Name = name;
- this.Value = value;
- // this.Choice = choice;
- }
-
- public string Name { get; set; }
-
- public string Value { get; set; }
-
- //public string Choice { get; set; }
- }
-}