[Player][Interaction][Assets] Add placeholder assets for some more sprites. Move all to External/Placeholder. Add list of assets with attributions. Pulver combines items now
This commit is contained in:
11
Assets/Scripts/InteractionRequirementBase.cs
Normal file
11
Assets/Scripts/InteractionRequirementBase.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.Events;
|
||||
|
||||
public abstract class InteractionRequirementBase : MonoBehaviour
|
||||
{
|
||||
[Header("Events")]
|
||||
public UnityEvent OnSuccess;
|
||||
public UnityEvent OnFailure;
|
||||
public abstract bool TryInteract(FollowerController follower);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user