卡组资源路径

This commit is contained in:
YiHan0621
2025-09-28 16:22:32 +08:00
parent d651e72b05
commit 2ec83d9d08
100 changed files with 97 additions and 288 deletions

View File

@@ -5,7 +5,7 @@ using UnityEngine;
namespace TcgEngine
{
/// <summary>
/// Condition that checks in which pile a card is (deck/discard/hand/board/secrets)
/// 检查卡片在哪个堆栈中的条件(牌组/弃牌/手牌/棋盘/秘密)
/// </summary>
[CreateAssetMenu(fileName = "condition", menuName = "TcgEngine/Condition/CardPile", order = 10)]