Beispiel #1
0
 public void shoot()
 {
     if (state != null)
     {
         state.shoot(this);
     }
 }