player can work now
This commit is contained in:
@@ -9,6 +9,7 @@ public class ShopingContainer : BaseInteractableObject
|
||||
|
||||
public override void Interact(Player player)
|
||||
{
|
||||
base.Interact(player);
|
||||
if (!player.IsHoldContainerItem())
|
||||
{
|
||||
var transform = Instantiate(_containerSO.prefab, _interactionPoint);
|
||||
|
||||
Reference in New Issue
Block a user