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/Character.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DiscoBot/Characters/Character.cs') diff --git a/DiscoBot/Characters/Character.cs b/DiscoBot/Characters/Character.cs index 34a1037..2c2fc65 100644 --- a/DiscoBot/Characters/Character.cs +++ b/DiscoBot/Characters/Character.cs @@ -53,6 +53,8 @@ public string Name { get; set; } // char name + public int Lebenspunkte { get; set; } + public Dictionary Eigenschaften { get; set; } = new Dictionary(); // char properties public List Talente { get; set; } = new List(); // list of talent objects (talents and spells) -- cgit v1.2.3-54-g00ecf