GetKey(KeyCode.Space) && CoolDown <= 0 && IsReloading == false) { TotalShots++; GetAudio(1).Play(); CoolDown = 5; Shots++; Magazine--; } ...
確定! 回上一頁