From f89f308c525e9deebc6d2cf6416e27dfe1a299dc Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sun, 19 May 2019 16:03:38 +0200 Subject: Cleanup DiscoBot Project --- DSALib/Characters/ICombatant.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DSALib/Characters/ICombatant.cs') 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 -- cgit v1.2.3-54-g00ecf