summaryrefslogtreecommitdiff
path: root/DiscoBot/Auxiliary/Vorteil.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-06-03 23:16:17 +0200
committerTrueDoctor <d-kobert@web.de>2018-06-03 23:16:17 +0200
commitd63ffc58db0f032cf7573b2a8a7720de2d5050ab (patch)
treed9a656651251bbd1eec233265ef824bf4b0389f0 /DiscoBot/Auxiliary/Vorteil.cs
parent256154e2ab4244e7267ffc21959a4ce65c982783 (diff)
-General restructuring
-seperated talents and spells
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; }
- }
-}