@ -0,0 +1,12 @@
using System;
using TheGameExtreme.model.card;
namespace TheGameExtreme.viewmodel
{
public class FractionCardVM : CardVM
public FractionCardVM(Card view) : base(view)
}