using UnityEngine; using UnityEngine.Events; public class EventBus { public static UnityEvent WinEvent = new UnityEvent(); }