Esempio n. 1
0
 public GameEngineRenameTransaction(GameEngineComponent gameEngine,
                                    EngineFolder oldLocation,
                                    EngineFolder newLocation,
                                    IServiceLocator serviceLocator)
     : base(gameEngine, oldLocation, newLocation, serviceLocator)
 {
 }
Esempio n. 2
0
 public IGameEngineComponent CreateGameEngineComponent(EngineFolder engineFolder, IComponentUniqueId uniqueId)
 {
     return(new GameEngineComponent(engineFolder, uniqueId, _componentsVersionsProvider, _serviceLocator));
 }
Esempio n. 3
0
 public GameEngineDeleteTransaction(GameEngineComponent gameEngine, EngineFolder location, IServiceLocator serviceLocator, IComponentUniqueId uniqueId)
     : base(gameEngine, location, serviceLocator, uniqueId)
 {
 }