added: checking if IInteractable is interactable added
This commit is contained in:
@@ -29,6 +29,10 @@ namespace Reset.Items{
|
||||
}
|
||||
}
|
||||
|
||||
public bool CanInteract(){
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void CancelInteract(){
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user