player can enter the door
This commit is contained in:
@@ -21,7 +21,7 @@ public class CashierDesk : BaseInteractableObject
|
||||
finalPrice += item.Price;
|
||||
}
|
||||
|
||||
var transform = Instantiate(_containerSO.prefab, _playerArrivePoint);
|
||||
var transform = Instantiate(_containerSO.prefab, _interactionPoint);
|
||||
var containerItem = transform.GetComponent<ContainerItem>();
|
||||
if (containerItem == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user