Almost working card state machine
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace UI.CardSystem.StateMachine
|
||||
{
|
||||
/// <summary>
|
||||
/// Implement on a state component to receive routed click events
|
||||
/// from CardContext/CardDisplay.
|
||||
/// </summary>
|
||||
public interface ICardClickHandler
|
||||
{
|
||||
void OnCardClicked(CardContext context);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user