public GameEngineRenameTransaction(GameEngineComponent gameEngine, EngineFolder oldLocation, EngineFolder newLocation, IServiceLocator serviceLocator) : base(gameEngine, oldLocation, newLocation, serviceLocator) { }
public GameEngineDeleteTransaction(GameEngineComponent gameEngine, EngineFolder location, IServiceLocator serviceLocator, IComponentUniqueId uniqueId) : base(gameEngine, location, serviceLocator, uniqueId) { }