コード例 #1
0
ファイル: Zone.cs プロジェクト: smrq/space-alert-resolver
 public int DrainShield(int?amount)
 {
     return(UpperStation.DrainShield(amount));
 }