ve.RegisterCallback<PointerEnterEvent>(Deal);
private void Deal(PointerEnterEvent s)
{
Debug.Log("fffffffff");
}