summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Characters/ICharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/DSA_Game/Characters/ICharacter.cs')
-rw-r--r--DiscoBot/DSA_Game/Characters/ICharacter.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/DiscoBot/DSA_Game/Characters/ICharacter.cs b/DiscoBot/DSA_Game/Characters/ICharacter.cs
deleted file mode 100644
index aabebe6..0000000
--- a/DiscoBot/DSA_Game/Characters/ICharacter.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-namespace DiscoBot.DSA_Game.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);
- }
-}