summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Characters/ICharacter.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-07-09 15:15:35 +0200
committerTrueDoctor <d-kobert@web.de>2018-07-09 15:15:35 +0200
commit2503ca78d3e583cb1291cb9a99a6e79526a348ee (patch)
tree5be61d23d80c23422f68831b0862918dd4f5616c /DiscoBot/DSA_Game/Characters/ICharacter.cs
parent4671e76af27446a74c1015bd76b52e48ea241e74 (diff)
Created DSALib Created ZooBOTanica
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);
- }
-}