summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Characters/ICharacter.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-06-04 22:56:44 +0200
committerTrueDoctor <d-kobert@web.de>2018-06-04 22:56:44 +0200
commit7f55f6f289b5ab5b7fd4ac42b472b51a9a0e679e (patch)
tree7864a485fe3236dca5d3a2ca4c1596eeb08ab92b /DiscoBot/DSA_Game/Characters/ICharacter.cs
parentd63ffc58db0f032cf7573b2a8a7720de2d5050ab (diff)
implemented Astralpunkte + some cleanup
Diffstat (limited to 'DiscoBot/DSA_Game/Characters/ICharacter.cs')
-rw-r--r--DiscoBot/DSA_Game/Characters/ICharacter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DiscoBot/DSA_Game/Characters/ICharacter.cs b/DiscoBot/DSA_Game/Characters/ICharacter.cs
index 91eee2d..1dae15d 100644
--- a/DiscoBot/DSA_Game/Characters/ICharacter.cs
+++ b/DiscoBot/DSA_Game/Characters/ICharacter.cs
@@ -8,7 +8,7 @@
//int Ausdauer { get; set; }
- //int Astralpunkte { get; set; }
+ int Astralpunkte { get; set; }
//int Karmapunkte { get; set; }