using UnityEngine; public interface ISceneInitializable { public void OnSceneLoaded(); }