using UnityEngine; public interface IDailyRoutine { public void EventEnter(); }