using System.Collections; using System.Collections.Generic; using UnityEngine; public class EventUISvc : MonoBehaviour { public void OnButtonDownEndTurn() { CombatScenarioEventOS.Instance.EVENT_TRIGGER(EventData.EVENT_REGISTER_CARD_ENUM.EVENT_LET_OS_END_TURN, true); } }