From 2503ca78d3e583cb1291cb9a99a6e79526a348ee Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Mon, 9 Jul 2018 15:15:35 +0200 Subject: Created DSALib Created ZooBOTanica --- DiscoBot/DSA_Game/KampfTalent.cs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 DiscoBot/DSA_Game/KampfTalent.cs (limited to 'DiscoBot/DSA_Game/KampfTalent.cs') diff --git a/DiscoBot/DSA_Game/KampfTalent.cs b/DiscoBot/DSA_Game/KampfTalent.cs deleted file mode 100644 index 79703d5..0000000 --- a/DiscoBot/DSA_Game/KampfTalent.cs +++ /dev/null @@ -1,18 +0,0 @@ -namespace DiscoBot.DSA_Game -{ - 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-54-g00ecf