10 lines
131 B
C#
10 lines
131 B
C#
using UnityEngine;
|
|
|
|
namespace Continentis.MainGame.Card
|
|
{
|
|
public class IntentionCardView : CardViewBase
|
|
{
|
|
|
|
}
|
|
}
|