Cute_demon_attacks/meng_yao/Assets/script/UI_prefabs/CardInfo.cs

9 lines
151 B
C#
Raw Normal View History

2024-12-13 05:40:51 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CardInfo : MonoBehaviour
{
public string mengyaoid;
}