コード例 #1
0
ファイル: Valve.cs プロジェクト: mbalatka/the-machinist
 void Start()
 {
     this.timeToFix  = 15.0f;
     machineTimerBar = this.gameObject.GetComponent <MachineTimerBar>();
 }