Files
Generic/Assets/Scripts/CardPlacePoint.cs
2025-04-26 21:54:32 +01:00

8 lines
127 B
C#

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