From d63ffc58db0f032cf7573b2a8a7720de2d5050ab Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Sun, 3 Jun 2018 23:16:17 +0200 Subject: -General restructuring -seperated talents and spells --- DiscoBot/Auxiliary/Vorteil.cs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 DiscoBot/Auxiliary/Vorteil.cs (limited to 'DiscoBot/Auxiliary/Vorteil.cs') 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; } - } -} -- cgit v1.2.3-70-g09d2