From 74b9248fa51bd6c934a718b407972dc99fd297b0 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Mon, 9 Apr 2018 22:16:06 +0200 Subject: Added Lifepoints --- DiscoBot/Characters/ICharacter.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DiscoBot/Characters/ICharacter.cs') 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); -- cgit v1.2.3-70-g09d2