added: checking if IInteractable is interactable added
This commit is contained in:
@@ -2,6 +2,7 @@ using UnityEngine;
|
||||
|
||||
public interface IInteractable{
|
||||
public void Interact();
|
||||
public bool CanInteract();
|
||||
public void CancelInteract();
|
||||
public void OnObserverDetected(EnvironmentObserver observer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user