using UnityEngine; public class CardPlacePoint : MonoBehaviour { public Card activeCard; public bool isPlayerPoint; }