summaryrefslogtreecommitdiff
path: root/DiscoBot/Characters/ICharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/Characters/ICharacter.cs')
-rw-r--r--DiscoBot/Characters/ICharacter.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/DiscoBot/Characters/ICharacter.cs b/DiscoBot/Characters/ICharacter.cs
index 135243a..233110b 100644
--- a/DiscoBot/Characters/ICharacter.cs
+++ b/DiscoBot/Characters/ICharacter.cs
@@ -4,6 +4,8 @@
{
string Name { get; set; }
+ int Lebenspunkte { get; set; }
+
string TestTalent(string talent, int erschwernis = 0);
string TestEigenschaft(string eigenschaft, int erschwernis = 0);