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