예제 #1
0
 public override void Action()
 {
     timesRepeated = 1;
     repeatTime    = 0.0f;
     repeatMixin.CheckAndAction();
     repeating = true;
 }
예제 #2
0
 public void FireWeapon()
 {
     fireWeapon.CheckAndAction();
     isShooting = true;
 }