summaryrefslogtreecommitdiff
path: root/dsa/DSALib/Characters/ICharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dsa/DSALib/Characters/ICharacter.cs')
-rw-r--r--dsa/DSALib/Characters/ICharacter.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/dsa/DSALib/Characters/ICharacter.cs b/dsa/DSALib/Characters/ICharacter.cs
index 256fecd..72a3b30 100644
--- a/dsa/DSALib/Characters/ICharacter.cs
+++ b/dsa/DSALib/Characters/ICharacter.cs
@@ -1,9 +1,7 @@
using DiscoBot.DSA_Game.Characters;
-namespace DSALib.Characters
-{
- public interface ICharacter : ICombatant
- {
+namespace DSALib.Characters {
+ public interface ICharacter : ICombatant {
string TestTalent(string talent, int erschwernis = 0);
string TestEigenschaft(string eigenschaft, int erschwernis = 0);