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