コード例 #1
0
ファイル: GetScores.cs プロジェクト: kaniseo/MathShuffle
	// Use this for initialization
	void Start () {
		scoreGet = gameObject.GetComponent<HSController>();
		scoreGet.getScore ();
	}