Tiny refactoring of PickupSpawnTest. Updated and fixed HealthSystemTest.

This commit is contained in:
verysecrethero
2016-02-10 16:51:00 +01:00
parent 2d5f71e442
commit f7756ff60f
4 changed files with 54 additions and 45 deletions
+3 -1
View File
@@ -31,7 +31,9 @@ private:
EventBroker* m_EventBroker;
World* m_World;
SystemPipeline* m_SystemPipeline;
int healthsID;
int m_PlayersID;
bool m_TestStage1Success = false;
};
#endif