feat(): 大量更新
This commit is contained in:
12
Assets/Script/Gameplay/Card/CardBook/CardBookViewer.cs
Normal file
12
Assets/Script/Gameplay/Card/CardBook/CardBookViewer.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
|
||||
namespace Gameplay
|
||||
{
|
||||
// 卡牌书的显示相关脚本
|
||||
public class CardBookViewer : MonoBehaviour
|
||||
{
|
||||
[SerializeField] private Transform LeftHandPoint;
|
||||
private CardBook CardBook;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user