コード例 #1
0
ファイル: UIScript.cs プロジェクト: rstnewbies/SpaceCode
 // Update is called once per frame
 void Update()
 {
     fuelText.text = "Fuel: " + FuelManager.FuelGet() + "/10";
 }