├── .gitignore ├── LICENSE ├── README.md ├── __init__.py ├── dlc_config.json └── fullcard └── 100131.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdyxxjj123/PcrDuel/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdyxxjj123/PcrDuel/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdyxxjj123/PcrDuel/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdyxxjj123/PcrDuel/HEAD/__init__.py -------------------------------------------------------------------------------- /dlc_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdyxxjj123/PcrDuel/HEAD/dlc_config.json -------------------------------------------------------------------------------- /fullcard/100131.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sdyxxjj123/PcrDuel/HEAD/fullcard/100131.png --------------------------------------------------------------------------------