├── .gitignore ├── LICENSE ├── PCRC-MCDR.py ├── PCRC-MCDR ├── Put files of PCRC here └── 在这放入PCRC文件 ├── readme.md └── readme_cn.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TISUnion/PCRC-MCDR/HEAD/LICENSE -------------------------------------------------------------------------------- /PCRC-MCDR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TISUnion/PCRC-MCDR/HEAD/PCRC-MCDR.py -------------------------------------------------------------------------------- /PCRC-MCDR/Put files of PCRC here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PCRC-MCDR/在这放入PCRC文件: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TISUnion/PCRC-MCDR/HEAD/readme.md -------------------------------------------------------------------------------- /readme_cn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TISUnion/PCRC-MCDR/HEAD/readme_cn.md --------------------------------------------------------------------------------