summaryrefslogtreecommitdiff
path: root/DSALib/CritterAttack.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/CritterAttack.cs
parentf3983341be939235c1a6cd522b3bb5cc318a6d1a (diff)
Cleanup DiscoBot Project
Diffstat (limited to 'DSALib/CritterAttack.cs')
-rw-r--r--DSALib/CritterAttack.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/DSALib/CritterAttack.cs b/DSALib/CritterAttack.cs
index 0ad4a66..5fdcffa 100644
--- a/DSALib/CritterAttack.cs
+++ b/DSALib/CritterAttack.cs
@@ -10,10 +10,10 @@ namespace DSALib
{
public CritterAttack(string name, int at, string tp, string comment = "")
{
- this.Name = name;
- this.At = at;
- this.Tp = tp;
- this.Comment = comment;
+ Name = name;
+ At = at;
+ Tp = tp;
+ Comment = comment;
}
public string Name { get; set; }
@@ -24,4 +24,4 @@ namespace DSALib
public string Comment { get; set; }
}
-}
+} \ No newline at end of file