Player death effect fixes

This commit is contained in:
2016-02-08 11:39:29 +01:00
parent fad25c6e16
commit 99cbdd3c1e
5 changed files with 39 additions and 32 deletions
+3
View File
@@ -22,5 +22,8 @@ public:
private:
EventRelay<PlayerDeathSystem, Events::PlayerDeath> m_OnPlayerDeath;
bool OnPlayerDeath(Events::PlayerDeath& e);
void createDeathEffect(EntityWrapper player);
};
#endif