Exemplo n.º 1
0
 void Drop()
 {
     dropCounter = dropDelay;
     myShooter.Fire();
 }
Exemplo n.º 2
0
 void DropIt()
 {
     myShooter.Fire();
 }