WXMC/.svn/pristine/7a/7a9d34ab2781fc8e3c4dd8303e8802546840204b.svn-base
2024-12-04 16:18:46 +08:00

19 lines
298 B
Plaintext

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PuzzleCardItem : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}