Files
Continentis/Assets/Scripts/MainGame/Card/CardView/IntentionCardView/IntentionCardView.cs
SoulliesOfficial ad4948207e 推进度!
2025-11-25 21:49:03 -05:00

12 lines
263 B
C#

using UnityEngine;
using UnityEngine.Serialization;
namespace Continentis.MainGame.Card
{
public class IntentionCardView : CardViewBase
{
public IntentionCardViewMain intentionCardMain;
public IntentionCardViewMark intentionMark;
}
}