void Start()
    {
        GenePool.Initialize(Managers.Entity.numberOfVillagers, Managers.Entity.numberOfWerewolves);
        GenePool.CreatePopulation();
        mayorStartPos = Managers.Entity.MainObjs["Mayor"].transform.position;

        firstRound = true;
        StartNewRound();
    }