summaryrefslogtreecommitdiff
path: root/DSALib/Characters/ICombatant.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSALib/Characters/ICombatant.cs')
-rw-r--r--DSALib/Characters/ICombatant.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/DSALib/Characters/ICombatant.cs b/DSALib/Characters/ICombatant.cs
index a99bff9..887893c 100644
--- a/DSALib/Characters/ICombatant.cs
+++ b/DSALib/Characters/ICombatant.cs
@@ -18,9 +18,9 @@ namespace DiscoBot.DSA_Game.Characters
int Astralpunkte_Basis { get; set; }
int Astralpunkte_Aktuell { get; set; }
-
+
string Angriff(string talent, int erschwernis = 0);
string Parade(string talent, int erschwernis = 0);
}
-}
+} \ No newline at end of file