From e6181c24124d97f2fbc932b8a68311e625463156 Mon Sep 17 00:00:00 2001 From: uzvkl Date: Tue, 11 Jun 2019 23:05:52 +0200 Subject: Move dsa related stuff to subfolder --- DSALib/Characters/ICombatant.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 DSALib/Characters/ICombatant.cs (limited to 'DSALib/Characters/ICombatant.cs') diff --git a/DSALib/Characters/ICombatant.cs b/DSALib/Characters/ICombatant.cs deleted file mode 100644 index a4ce601..0000000 --- a/DSALib/Characters/ICombatant.cs +++ /dev/null @@ -1,20 +0,0 @@ -namespace DiscoBot.DSA_Game.Characters -{ - public interface ICombatant - { - string Name { get; set; } - - int Lebenspunkte_Basis { get; set; } - int Lebenspunkte_Aktuell { get; set; } - - int Ausdauer_Basis { get; set; } - int Ausdauer_Aktuell { get; set; } - - 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