using System; namespace Game; public static class EventBus { public static Action CompanyChanged; public static Action CeoChanged; public static Action DayStarted; }