Cute_demon_attacks/meng_yao/Assets/script/UI_prefabs/CardInfo.cs
wulongxiao 2e2191249d add
2024-12-13 05:40:51 +08:00

9 lines
151 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CardInfo : MonoBehaviour
{
public string mengyaoid;
}