Client: use Rarity enum rather than a String

This commit is contained in:
Ingmar Goudt 2019-02-11 14:14:36 +01:00
parent 8d2c649250
commit ff6dd3626f
3 changed files with 23 additions and 19 deletions

View file

@ -0,0 +1,4 @@
package org.mage.test.cards.triggers;
public class PollutedBondsTest {
}