using System.Collections; using System.Collections.Generic; using UnityEngine; using ZXKFramework; public class ShiTuShowModelItem : MonoBehaviour { private IEnumerator OnMouseUp() { yield return new WaitForFixedUpdate(); Game.Instance.fsm.ChangeState(name); } }