summaryrefslogtreecommitdiff
path: root/DSALib/Vorteil.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/Vorteil.cs
parentf3983341be939235c1a6cd522b3bb5cc318a6d1a (diff)
Cleanup DiscoBot Project
Diffstat (limited to 'DSALib/Vorteil.cs')
-rw-r--r--DSALib/Vorteil.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/DSALib/Vorteil.cs b/DSALib/Vorteil.cs
index bf698d8..c239676 100644
--- a/DSALib/Vorteil.cs
+++ b/DSALib/Vorteil.cs
@@ -4,9 +4,9 @@
{
public Vorteil(string name, string value = "")
{
- this.Name = name;
- this.Value = value;
- // this.Choice = choice;
+ Name = name;
+ Value = value;
+ // this.Choice = choice;
}
public string Name { get; set; }
@@ -15,4 +15,4 @@
//public string Choice { get; set; }
}
-}
+} \ No newline at end of file