Esempio n. 1
0
	public void activate(int round) {
		lastSide = Random.Range (0, 2) == 1 ? "right" : "left";
		currentRound = rounds [round].GetComponent<Round> ();
		currentRound.activate (lastSide);
//		currentRound.activate ();
	}