10 lines
155 B
C#
10 lines
155 B
C#
using Continentis.MainGame.Card;
|
|
using UnityEngine;
|
|
|
|
namespace Continentis.Mods.Basic.Cards
|
|
{
|
|
public class Dazed : CardLogicBase
|
|
{
|
|
|
|
}
|
|
} |