using UnityEngine; public interface INextSceneSelector { void Setup(bool isWin, GameObject gameObject); void Show(); }