15 lines
		
	
	
		
			296 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			296 B
		
	
	
	
		
			C#
		
	
	
	
|  | 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; | |||
|  |         } | |||
|  |     } | |||
|  | } |