Add FractionCardVM

master
cldupland 5 years ago
parent 5f26baaa1e
commit 3bb8820ae7

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