public LoadingScene(IState<SceneName> nextScene, SceneTransition sceneTrans) { this.nextScene = nextScene; this.sceneTrans = sceneTrans; }
public LoadingScene(IState <SceneName> nextScene, SceneTransition sceneTrans) { this.nextScene = nextScene; this.sceneTrans = sceneTrans; }