SpectatorCameraSystem handles the overwatch cameras. Set camera to a class pick screen when connecting. Cannot spawn until both team and class has been picked.

Preparations for class aware PlayerSpawnSystem.
This commit is contained in:
William Moberg
2016-03-04 05:41:29 +01:00
parent 86306b3132
commit 06614aa907
8 changed files with 1995 additions and 1742 deletions
+1
View File
@@ -19,6 +19,7 @@ private:
{
int PlayerID;
ComponentInfo::EnumType Team;
ComponentInfo::EnumType Class;
};
bool m_NetworkEnabled = false;