summaryrefslogtreecommitdiff
path: root/DiscoBot/Characters/ICharacter.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-04-09 22:16:06 +0200
committerTrueDoctor <d-kobert@web.de>2018-04-09 22:16:06 +0200
commit74b9248fa51bd6c934a718b407972dc99fd297b0 (patch)
treee4f9447404c3e73054758ac69f423ef2bd8adc32 /DiscoBot/Characters/ICharacter.cs
parent8bfd733d009c1777463500bc515336edabdf920c (diff)
Added Lifepoints
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);