示例#1
0
        public void Update()
        {
            shot.Update();

            if (hasStarted && needRepeat)
            {
                shot.Start();
            }

            needRepeat = false;
        }
 public void Update()
 {
     shot.Update();
 }
示例#3
0
 private void Update()
 {
     shot.Update();
 }
示例#4
0
 public void Update()
 {
     delayTimer.Update();
     shot.Update();
 }