コード例 #1
0
ファイル: GameManager.cs プロジェクト: Appu13/GameCodes
 void Update()
 {
     // Send the dna value to be updated to the update script
     sUpdate.UpdateScore(dna.GetScore());
 }