Example #1
0
 private void OnInputFire()
 {
     if (_plane != null)
     {
         _plane.Fire();
     }
 }