コード例 #1
0
ファイル: Rail.cs プロジェクト: qwook/PartyRitualGame
	public void activate(int round) {
		lastSide = Random.Range (0, 2) == 1 ? "right" : "left";
		currentRound = rounds [round].GetComponent<Round> ();
		currentRound.activate (lastSide);
//		currentRound.activate ();
	}