Add simple fridge logic

This commit is contained in:
2023-02-28 22:48:28 +02:00
parent ee07359c50
commit 84fd2b6b38
25 changed files with 844 additions and 92 deletions
@@ -4,6 +4,7 @@ public class BaseInteractableObject : MonoBehaviour
{
[SerializeField]
public Transform _playerArrivePoint;
public virtual void Interact(Player player)
{
Debug.Log("Interact with some object");