コード例 #1
0
ファイル: scr_HealthBar.cs プロジェクト: GGeorge97/KTGJ
 private void Update()
 {
     resource.UpdateValues();
     UpdateHealth();
     //Debug.Log(resource.getResouceScale());
 }
コード例 #2
0
 private void Update()
 {
     resource.UpdateValues();
     UpdatePressure();
 }