summaryrefslogtreecommitdiff
path: root/DSALib/Zauber.cs
diff options
context:
space:
mode:
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