summaryrefslogtreecommitdiff
path: root/DSALib/Characters/ICharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSALib/Characters/ICharacter.cs')
-rw-r--r--DSALib/Characters/ICharacter.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/DSALib/Characters/ICharacter.cs b/DSALib/Characters/ICharacter.cs
deleted file mode 100644
index 256fecd..0000000
--- a/DSALib/Characters/ICharacter.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using DiscoBot.DSA_Game.Characters;
-
-namespace DSALib.Characters
-{
- public interface ICharacter : ICombatant
- {
- string TestTalent(string talent, int erschwernis = 0);
-
- string TestEigenschaft(string eigenschaft, int erschwernis = 0);
-
- string Fernkampf(string talent, int erschwernis = 0);
-
- string TestZauber(string waffe, int erschwernis);
- }
-} \ No newline at end of file