public void cardPlayed(int dmg)
Console.WriteLine("Card " + this.name + " played, with damage " + dmg.ToString());
public void cardPlayed() {
Console.WriteLine("Card " + this.name + " played!");
public Action<int> action;
private string m_name = string.Empty;
public static void Main()
Console.WriteLine("Pls");
Console.WriteLine("Pls 2");
sheep.name = "That sheep card name, idk";
Console.WriteLine("Pls 3");
sheep.action = (int x) => {
Console.WriteLine("Boom u r sheepyboi");
if(damageDone.Equals(69))
Console.WriteLine("How you doin'? ;)");