using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; namespace ShadowStudio.Tool { public class DlgCell : TransferCell { public override void OnPointerUp(PointerEventData eventData) { } } }