Beispiel #1
0
 private void Initialize(CreateShellCommand command)
 {
     guid     = command.Guid;
     type     = command.Type;
     position = command.Position;
     rotation = command.Rotation;
 }
Beispiel #2
0
 private void CreateShell(CreateShellCommand command)
 {
     Initialize(command);
     Create();
 }