riversong code showcase
This commit is contained in:
9
Source/Riversong/Game/Input/ICancelAction.cs
Normal file
9
Source/Riversong/Game/Input/ICancelAction.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public interface ICancelAction
|
||||
{
|
||||
void AddHandler(int priority, Func<CancelActionType, bool> cancelAction);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user