Stash half-assed work on testing scene
This commit is contained in:
committed by
Michal Pikulski
parent
39d5890db4
commit
4e7f774386
@@ -29,6 +29,7 @@ namespace UI.CardSystem.StateMachine
|
||||
// Runtime state
|
||||
public bool IsNewCard { get; set; }
|
||||
public int RepeatCardCount { get; set; }
|
||||
public bool IsClickable { get; set; } = true;
|
||||
|
||||
// Events for external coordination (BoosterOpeningPage, etc.)
|
||||
public event Action<CardContext> OnFlipComplete;
|
||||
|
||||
Reference in New Issue
Block a user