MagicTheGathering / mtg-sdk-dotnet

Magic: The Gathering SDK - C#.NET
MIT License
63 stars 22 forks source link

feature request: Card MultiColor #40

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi

Is it maybe possible to add a Card property: MultiColor, a boolean? I would definitely use it :-)

Best regards, Jessica

jregnier commented 3 years ago

do you mean some that just does Colors.Count > 1

ghost commented 3 years ago

yes I think your library can add things not in the original api but usefull?

So it would be usefull if you want to use this for each card so the user of your library don't have to make this if test.

jregnier commented 3 years ago

could add this property in the Model

ghost commented 3 years ago

Thx a lot!