コード例 #1
0
ファイル: Health.cs プロジェクト: spacenerdy/TheJanglers
 // Start is called before the first frame update
 void Start()
 {
     audioSource.volume = PlayerPrefs.GetFloat("Options_AudioVolume");
     Healthbar.LinkToHealthbar(this);
 }