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/Zauber.cs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 DiscoBot/DSA_Game/Zauber.cs (limited to 'DiscoBot/DSA_Game/Zauber.cs') diff --git a/DiscoBot/DSA_Game/Zauber.cs b/DiscoBot/DSA_Game/Zauber.cs deleted file mode 100644 index bf49a2e..0000000 --- a/DiscoBot/DSA_Game/Zauber.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace DiscoBot.DSA_Game -{ - public class Zauber : Talent - { - public Zauber(string name, string probe, int value, char complexity = 'A', string representation = "Magier") - : base(name, probe, value) - { - this.Complexity = complexity; - this.Representation = this.Representation; - } - - public char Complexity { get; } - - public string Representation { get; } - } -} -- cgit v1.2.3-70-g09d2