// Update is called once per frame private void Update() { if (inputController.GetKeyDown()) { iBlaster.Fire(); } }