1using System.Collections.Generic;
14 public List<Card>
sales =
new List<Card>();
66 Debug.LogError(
"remove roaming" + c);
73 Debug.LogError(
"remove stocked" + c);
80 Debug.LogError(
"remove installed" + c);
90 if (!newType.HasValue || !newType.HasValue)
94 switch (newType.GetValueOrDefault())
99 Debug.LogError(
"add roaming" + c);
106 Debug.LogError(
"add stocked" + c);
113 Debug.LogError(
"add installed" + c);
void OnCardAddedToZone(Card c)
List< Card > deconstructing
void OnSetPlaceState(Card c, PlaceState? newType, PlaceState? oldType=null)