コード例 #1
0
ファイル: Timer.cs プロジェクト: redking2405/LastStandingJam
 // Start is called before the first frame update
 void Start()
 {
     time       = startTimer;
     timer.text = LifeHack.FloatToTime(startTimer, "#0:00.000");
 }