Added player task system. simple interaction with objects. Known issue - no player stats canvas
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
using UnityEngine;
|
||||
|
||||
public class Fridge : BaseInteractableObject
|
||||
{
|
||||
public override void Interact()
|
||||
{
|
||||
Debug.Log("Interact with Fridge");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user