docs: added some comments about tokens, verify, test mode, etc

This commit is contained in:
Oleg Agafonov 2023-05-09 12:27:18 +04:00
parent 7d9d037416
commit 1f4dfd08ce
6 changed files with 19 additions and 2 deletions

View file

@ -10,6 +10,10 @@ import java.util.List;
import java.util.Map;
/**
* * TODO: web site reworked and tokens doesn't work anymore,
* * but it can be used to download a proxy tokens (tokens that was miss by wizards),
* * see https://www.mtg.onl/mtg-missing-tokens/
*
* @author spjspj
*/
public enum AltMtgOnlTokensImageSource implements CardImageSource {

View file

@ -10,6 +10,10 @@ import java.util.List;
import java.util.Map;
/**
* TODO: web site reworked and tokens doesn't work anymore,
* but it can be used to download a proxy tokens (tokens that was miss by wizards),
* see https://www.mtg.onl/mtg-missing-tokens/
*
* @author spjspj
*/
public enum MtgOnlTokensImageSource implements CardImageSource {