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