Start EventManager
This commit is contained in:
parent
8c2c988c70
commit
5466d6d66e
8 changed files with 193 additions and 6 deletions
|
@ -27,6 +27,7 @@ public sealed class ClientManager : MonoBehaviour
|
|||
float maxTimeNewClients = 2.0f; //Longest waiting time for new clients
|
||||
bool clientSpawnReady = false;
|
||||
|
||||
[SerializeField]
|
||||
string ClientRessourceFolder = "Clients";
|
||||
private Object[] clients;
|
||||
GameObject ClientContainer = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue