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