From 2503ca78d3e583cb1291cb9a99a6e79526a348ee Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Mon, 9 Jul 2018 15:15:35 +0200 Subject: Created DSALib Created ZooBOTanica --- DiscoBot/DSA_Game/Characters/ICharacter.cs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 DiscoBot/DSA_Game/Characters/ICharacter.cs (limited to 'DiscoBot/DSA_Game/Characters/ICharacter.cs') 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); - } -} -- cgit v1.2.3-70-g09d2