public void RegisterCustomAction(IGameUINotifyEvent _customEvent) { if (customEvents == null) { customEvents = new List<IGameUINotifyEvent>(); } customEvents.Add(_customEvent); OnChange(); }
public void RegisterCustomAction(IGameUINotifyEvent _customEvent) { if (customEvents == null) { customEvents = new List <IGameUINotifyEvent>(); } customEvents.Add(_customEvent); OnChange(); }