ported from perforce
This commit is contained in:
8
RobotAndDonkey.Game/Intents/CardCostIntent.cs
Normal file
8
RobotAndDonkey.Game/Intents/CardCostIntent.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using RobotAndDonkey.Game.Cards;
|
||||
|
||||
namespace RobotAndDonkey.Game.Intents;
|
||||
|
||||
public class CardCostIntent(Card card, int energyCost) : CardIntent(card, energyCost)
|
||||
{
|
||||
public override string ToString() => $"Card cost for {Card.Name}, " + base.ToString();
|
||||
}
|
||||
Reference in New Issue
Block a user