summaryrefslogtreecommitdiff
path: root/DiscoBot/Characters/Character.cs
diff options
context:
space:
mode:
authorKobert <Kassian.Kobert@gmail.com>2018-04-09 22:32:51 +0200
committerKobert <Kassian.Kobert@gmail.com>2018-04-09 22:32:51 +0200
commit9a5f1eec946c2b17c27c3aa71a23056f3e41827a (patch)
treeb28e370c57f3e98057e9f2d2c4fbdfe315da0783 /DiscoBot/Characters/Character.cs
parent91ee301f7f459dbd4f7ef93a017c4ecb3927410e (diff)
parent74b9248fa51bd6c934a718b407972dc99fd297b0 (diff)
Merge branch 'master' of https://github.com/TrueDoctor/DiscoBot
Diffstat (limited to 'DiscoBot/Characters/Character.cs')
-rw-r--r--DiscoBot/Characters/Character.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/DiscoBot/Characters/Character.cs b/DiscoBot/Characters/Character.cs
index 57debe2..ddba35b 100644
--- a/DiscoBot/Characters/Character.cs
+++ b/DiscoBot/Characters/Character.cs
@@ -54,6 +54,8 @@
public string Name { get; set; } // char name
+ public int Lebenspunkte { get; set; }
+
public Dictionary<string, int> Eigenschaften { get; set; } = new Dictionary<string, int>(); // char properties
public List<Talent> Talente { get; set; } = new List<Talent>(); // list of talent objects (talents and spells)