using Continentis.MainGame.Card; using UnityEngine; namespace Continentis.MainGame.UI { public class DiscardPile : PileBase { } }