using System; namespace EventSystem.Runtime { public class TimeSignals { public static event Action OnTimeChanged; } }