using System.Collections; using System.Collections.Generic; using UnityEngine; using AX.MessageSystem; using System; public class SmogMouseDown : MonoBehaviour { private void OnMouseDown() { MessageDispatcher.SendMessage("SHOW_JIANTOUEDITOR", gameObject); } }