Add AudioManager + Evolutive Background music
This commit is contained in:
parent
9f73ff8cb6
commit
5b73956cfa
14 changed files with 380 additions and 38 deletions
|
@ -23,7 +23,8 @@ public sealed class ClientManager : MonoBehaviour
|
|||
public bool ready = false; //Wether the ClientManager is initialized
|
||||
|
||||
[SerializeField]
|
||||
int nbMaxClients = 1; //Maximum active clients
|
||||
int nbMaxClients= 1; //Maximum active clients
|
||||
public int MaxClients{ get{return nbMaxClients;} private set{nbMaxClients=value;}} //Accessor nbMaxClients
|
||||
[SerializeField]
|
||||
float clientSpawnChance = 100.0f; //Chance of new client every request
|
||||
[SerializeField]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue