From f89f308c525e9deebc6d2cf6416e27dfe1a299dc Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sun, 19 May 2019 16:03:38 +0200 Subject: Cleanup DiscoBot Project --- DSALib/Zauber.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'DSALib/Zauber.cs') diff --git a/DSALib/Zauber.cs b/DSALib/Zauber.cs index 3c7533f..0f460a1 100644 --- a/DSALib/Zauber.cs +++ b/DSALib/Zauber.cs @@ -5,12 +5,12 @@ 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; + Complexity = complexity; + Representation = Representation; } public char Complexity { get; } public string Representation { get; } } -} +} \ No newline at end of file -- cgit v1.2.3-70-g09d2