summaryrefslogtreecommitdiff
path: root/DSALib/Zauber.cs
diff options
context:
space:
mode:
authoruzvkl <dennis.kobert@student.kit.edu>2019-05-20 00:54:14 +0200
committeruzvkl <dennis.kobert@student.kit.edu>2019-05-20 00:54:14 +0200
commited26623e17e8dfcc036f88cca6de10d5a35697ec (patch)
tree26dae8b824631e6542c876c82ce0e15260c411bc /DSALib/Zauber.cs
parent2ab4051c6fe720dc47e99b0c305a0d779ee02d51 (diff)
Reorganize Code delete ZoBotanica
Diffstat (limited to 'DSALib/Zauber.cs')
-rw-r--r--DSALib/Zauber.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/DSALib/Zauber.cs b/DSALib/Zauber.cs
deleted file mode 100644
index 0f460a1..0000000
--- a/DSALib/Zauber.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-namespace DSALib
-{
- public class Zauber : Talent
- {
- public Zauber(string name, string probe, int value, char complexity = 'A', string representation = "Magier")
- : base(name, probe, value)
- {
- Complexity = complexity;
- Representation = Representation;
- }
-
- public char Complexity { get; }
-
- public string Representation { get; }
- }
-} \ No newline at end of file