using UnityEngine; public class MainCamEvent : MonoBehaviour { void End_MoveAnim() { IngameUIManager.Ins.ExploreAnimEnd(); } }