Added Healthrelated events and start of HealthSystem, also reverted the crash "fix"

This commit is contained in:
verysecrethero
2016-01-06 13:36:53 +01:00
parent f3ff433bf7
commit f67f22c82d
7 changed files with 127 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
BaseEventRelay::~BaseEventRelay()
{
if (m_Broker != nullptr) {
m_Broker->Unsubscribe(*this);
m_Broker->Unsubscribe(*this);
}
}