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