using AX.MessageSystem; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class FourthGToggle : BaseToggle { public override void RespondFun(bool value) { MessageDispatcher.SendMessage("OpenFourthG", value); } }