Ejemplo n.º 1
0
 public void HoldOn()
 {
     if (SType == ShootType.Shoot_LoopAround)
     {
         ShootLoopAround sla = GetComponent <ShootLoopAround>();
         if (sla != null)
         {
             sla.HoldOn();
         }
     }
 }