コード例 #1
0
ファイル: RoadManager.cs プロジェクト: bbangwon/GoToTheBusan
 // Update is called once per frame
 void Update()
 {
     //
     if (state == GameState.PLAY)
     {
         AutoCreateRoad();
         RoadDestroy();
         gameUImanager.DistanceChange((int)(moveDistanceKM / 5));
     }
 }