miscellaneous tests

This commit is contained in:
verysecrethero
2016-02-24 17:43:24 +01:00
parent 9bba9e493c
commit cca237b33f
14 changed files with 4526 additions and 28 deletions
+4
View File
@@ -21,6 +21,7 @@ private:
{
int PlayerID;
ComponentInfo::EnumType Team;
double timeSinceDeath;
};
bool m_NetworkEnabled = false;
@@ -40,4 +41,7 @@ private:
bool OnPlayerSpawned(Events::PlayerSpawned& e);
EventRelay<PlayerSpawnSystem, Events::PlayerDeath> m_OnPlayerDeath;
bool OnPlayerDeath(Events::PlayerDeath& e);
std::vector<SpawnRequest> m_LatePlayersVector;
void CheckForLatePlayers(double dt);
};