using AX.MessageSystem; using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class ZoomToggle : BaseToggle { public override void RespondFun(bool value) { MessageDispatcher.SendMessage(MessageName.MiniMapZoom.ToString()); } }