8 lines
127 B
C#
8 lines
127 B
C#
using UnityEngine;
|
|
|
|
public class CardPlacePoint : MonoBehaviour
|
|
{
|
|
public Card activeCard;
|
|
public bool isPlayerPoint;
|
|
}
|