Fully refactored action handling
This commit is contained in:
parent
561b56ae84
commit
a5ded24c36
11 changed files with 169 additions and 26 deletions
8
Assets/Scripts/Actions/NextDayActionHandler.cs
Normal file
8
Assets/Scripts/Actions/NextDayActionHandler.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using UnityEngine;
|
||||
|
||||
namespace Actions {
|
||||
public interface NextDayActionHandler {
|
||||
public void InvokeAction(GameObject gameObject);
|
||||
public bool Matches(GameObject gameObject);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue