Start EventManager

This commit is contained in:
Antoine H 2021-01-17 10:57:00 +01:00
parent 8c2c988c70
commit 5466d6d66e
8 changed files with 193 additions and 6 deletions

View file

@ -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;