ported from perforce
This commit is contained in:
8
RobotAndDonkey.Game/Intents/CardIntent.cs
Normal file
8
RobotAndDonkey.Game/Intents/CardIntent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using RobotAndDonkey.Game.Cards;
|
||||
|
||||
namespace RobotAndDonkey.Game.Intents;
|
||||
|
||||
public abstract class CardIntent(Card card, int energyCost = 0) : Intent(energyCost)
|
||||
{
|
||||
public Card Card { get; } = card;
|
||||
}
|
||||
Reference in New Issue
Block a user