Removed exception on OnInteract method
This commit is contained in:
		@@ -228,7 +228,8 @@ namespace Player
 | 
			
		||||
        public void OnInteract(InputAction.CallbackContext context)
 | 
			
		||||
        {
 | 
			
		||||
            if (_playerInteractableTrigger.IsCollided)
 | 
			
		||||
                throw new NotImplementedException();
 | 
			
		||||
            {
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        public void OnClimb(InputAction.CallbackContext context)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user