备份CatanBuilding瘦身独立工程
This commit is contained in:
10
Assets/Scripts/EventBingo/EventBingoScrollRect.cs
Normal file
10
Assets/Scripts/EventBingo/EventBingoScrollRect.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine.UI;
|
||||
using UnityEngine.Events;
|
||||
using UnityEngine.EventSystems;
|
||||
|
||||
public class EventBingoScrollRect : ScrollRect
|
||||
{
|
||||
public override void OnBeginDrag(PointerEventData eventData) { }
|
||||
public override void OnDrag(PointerEventData eventData) { }
|
||||
public override void OnEndDrag(PointerEventData eventData) { }
|
||||
}
|
||||
Reference in New Issue
Block a user