using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace MMO { public class MMOHole : Mask { public override bool IsRaycastLocationValid(Vector2 sp, Camera eventCamera) { return false; } } }