コード例 #1
0
ファイル: Command_Stop.cs プロジェクト: francisruf/headspace
 protected override void ExecuteCommand(Ship targetShip)
 {
     targetShip.Abort();
 }