using System.Collections; using System.Collections.Generic; using UnityEngine; namespace KairoEngine.Core { public static class EventManager { public static RequestEvents request = new RequestEvents(); public static GenericEvents broadcast = new GenericEvents(); } }