Inheritance: SpaceSim.Contracts.Commands.Command
Beispiel #1
0
 public ShutdownCommand(Shutdown shutdown)
     : base(shutdown.StartTime, shutdown.Duration)
 {
 }
Beispiel #2
0
 public ShutdownCommand(Shutdown shutdown)
     : base(shutdown.StartTime, shutdown.Duration)
 {
     _engineIds = shutdown.EngineIds;
 }