Exemple #1
0
 void Drop()
 {
     dropCounter = dropDelay;
     myShooter.Fire();
 }
Exemple #2
0
 void DropIt()
 {
     myShooter.Fire();
 }