added: item pickups with online persistency
This commit is contained in:
6
Assets/Scripts/Core/Interfaces/IInteractable.cs
Normal file
6
Assets/Scripts/Core/Interfaces/IInteractable.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public interface IInteractable{
|
||||
public void Interact();
|
||||
public void CancelInteract();
|
||||
}
|
||||
2
Assets/Scripts/Core/Interfaces/IInteractable.cs.meta
Normal file
2
Assets/Scripts/Core/Interfaces/IInteractable.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 002886b8496bd41498825928776fb5a1
|
||||
Reference in New Issue
Block a user