player can enter the door
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
public class BaseInteractableObject : MonoBehaviour
|
||||
{
|
||||
[SerializeField]
|
||||
public Transform _playerArrivePoint;
|
||||
public Transform _interactionPoint;
|
||||
|
||||
public virtual void Interact(Player player)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user