コード例 #1
0
ファイル: Player.cs プロジェクト: hakkiuzel/Symptom
 public void ToggleAutoFire()
 {
     pbA.SetButtonEnableAutoFire(!pbA.autoFire, 0.5f);
 }