Example #1
0
 public int DrainShield(int?amount)
 {
     return(UpperStation.DrainShield(amount));
 }