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/KampfTalent.cs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 DiscoBot/Auxiliary/KampfTalent.cs (limited to 'DiscoBot/Auxiliary/KampfTalent.cs') diff --git a/DiscoBot/Auxiliary/KampfTalent.cs b/DiscoBot/Auxiliary/KampfTalent.cs deleted file mode 100644 index 05b7c9e..0000000 --- a/DiscoBot/Auxiliary/KampfTalent.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace DiscoBot.Auxiliary -{ - public class KampfTalent - { - public KampfTalent(string name, int at, int pa) - { - this.Name = name; - this.At = at; - this.Pa = pa; - } - - public string Name { get; set; } - - public int At { get; set; } - - public int Pa { get; set; } - } -} -- cgit v1.2.3-70-g09d2