using Core.Utility.Event; namespace Core.Event.Event { public class RefreshFullEventData: EventDataBasic { public bool isFullShow; } }