Working materials with two modes - binary and continuous
This commit is contained in:
@@ -452,7 +452,6 @@ namespace UI.CardSystem
|
||||
if (cardData == null) return null;
|
||||
|
||||
var allSlots = FindObjectsByType<AlbumCardSlot>(FindObjectsSortMode.None);
|
||||
|
||||
foreach (var slot in allSlots)
|
||||
{
|
||||
if (slot.TargetCardDefinition != null &&
|
||||
|
||||
Reference in New Issue
Block a user