init():初始化仓库提交,包括gitignore

This commit is contained in:
2025-10-13 16:47:12 +08:00
commit 3cf503bfa6
57 changed files with 4345 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Card
{
public class CardData : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}