public ContentSystemManager(ApplicationService applicationService) { currentContentVersion = ""; currentContentManifestHash = ""; appService = applicationService; }
public void Awake() { dispatcher = Service.Get <EventDispatcher>(); appService = Service.Get <ApplicationService>(); splashScreenController = Service.Get <Canvas>().GetComponentInChildren <SceneSplashScreenController>(); }