void IDeferredInitialized.Initialize(IWorldCoreGameComponentContext worldContext) { if (_gameComponent == null) { _gameComponent = new GameObjectGameComponent(_settings, worldContext); } }
public GameObjectImplementation(GameObjectSettings settings, IWorldCoreGameComponentContext context) { _gameComponent = new GameObjectGameComponent(settings, context); }