summaryrefslogtreecommitdiff
path: root/DSALib/Zauber.cs
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2019-05-19 16:03:38 +0200
committerDennis Kobert <d-kobert@web.de>2019-05-19 16:03:38 +0200
commitf89f308c525e9deebc6d2cf6416e27dfe1a299dc (patch)
tree7097ef871ead0245efda696198443eab8e443d3a /DSALib/Zauber.cs
parentf3983341be939235c1a6cd522b3bb5cc318a6d1a (diff)
Cleanup DiscoBot Project
Diffstat (limited to 'DSALib/Zauber.cs')
-rw-r--r--DSALib/Zauber.cs6
1 files changed, 3 insertions, 3 deletions
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