Update pages to follow new card flow
This commit is contained in:
@@ -116,5 +116,10 @@ namespace UI.CardSystem
|
||||
/// Get the target card definition for this slot
|
||||
/// </summary>
|
||||
public CardDefinition TargetCardDefinition => targetCardDefinition;
|
||||
|
||||
/// <summary>
|
||||
/// Get the target card definition for this slot (method version for compatibility)
|
||||
/// </summary>
|
||||
public CardDefinition GetTargetCardDefinition() => targetCardDefinition;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user