added new animations
This commit is contained in:
@@ -3,7 +3,7 @@ using UnityEngine;
|
||||
|
||||
public class Fridge : BaseInteractableObject
|
||||
{
|
||||
public override void Interact()
|
||||
public override void Interact(Player player)
|
||||
{
|
||||
Debug.Log("Interact with Fridge");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user