Added Comments
This commit is contained in:
parent
9151d987a7
commit
5f1a5e5abc
10 changed files with 67 additions and 2 deletions
|
|
@ -3,6 +3,9 @@ using System.Transactions;
|
|||
using UnityEngine;
|
||||
|
||||
namespace Actions {
|
||||
/// <summary>
|
||||
/// Implementing classes handle ClickActions
|
||||
/// </summary>
|
||||
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