summaryrefslogtreecommitdiff
path: root/DSALib/Vorteil.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/Vorteil.cs
parent2ab4051c6fe720dc47e99b0c305a0d779ee02d51 (diff)
Reorganize Code delete ZoBotanica
Diffstat (limited to 'DSALib/Vorteil.cs')
-rw-r--r--DSALib/Vorteil.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/DSALib/Vorteil.cs b/DSALib/Vorteil.cs
deleted file mode 100644
index c239676..0000000
--- a/DSALib/Vorteil.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-namespace DSALib
-{
- public class Vorteil // talent objekt
- {
- public Vorteil(string name, string value = "")
- {
- Name = name;
- Value = value;
- // this.Choice = choice;
- }
-
- public string Name { get; set; }
-
- public string Value { get; set; }
-
- //public string Choice { get; set; }
- }
-} \ No newline at end of file