Exemple #1
0
 public override void OnClick()
 {
     if ((_from != null) && (_galleon != null))
     {
         _galleon.EmergencyRepairs();
     }
 }