oba jetzt wirklich
This commit is contained in:
parent
a5ded24c36
commit
5433305b14
4 changed files with 32 additions and 36 deletions
10
Assets/Scripts/Actions/ClickActionHandler.cs
Normal file
10
Assets/Scripts/Actions/ClickActionHandler.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Transactions;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Actions {
|
||||
public interface ClickActionHandler {
|
||||
public void InvokeAction(GameObject gameObject);
|
||||
public bool Matches(GameObject gameObject, UsableItem usableItem);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue