mage/Mage.Sets
2019-01-01 14:19:06 +01:00
..
src/mage remove calls to mode.getEffects().add and mode.getTargets().add , and replace them with addEffect and addTarget . This way we hide the implementation of the modes. Cards should not be interested in how an effect is to be added, rather they should just be able to use a service for that. Refer to Law of Demeter or Principle of Least Knowledge 2019-01-01 14:19:06 +01:00
pom.xml XMage 1.4.32V0 2018-11-26 19:30:22 +01:00