├── .github ├── labels.json └── workflows │ ├── label_maintenance.yml │ └── label_maintenance_dryrun.yml ├── LICENSE ├── README.md ├── bin └── start.ps1 └── docs └── index.html /.github/labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slime-hatena/launch-umamusume-from-steam/HEAD/.github/labels.json -------------------------------------------------------------------------------- /.github/workflows/label_maintenance.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slime-hatena/launch-umamusume-from-steam/HEAD/.github/workflows/label_maintenance.yml -------------------------------------------------------------------------------- /.github/workflows/label_maintenance_dryrun.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slime-hatena/launch-umamusume-from-steam/HEAD/.github/workflows/label_maintenance_dryrun.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slime-hatena/launch-umamusume-from-steam/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slime-hatena/launch-umamusume-from-steam/HEAD/README.md -------------------------------------------------------------------------------- /bin/start.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slime-hatena/launch-umamusume-from-steam/HEAD/bin/start.ps1 -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/slime-hatena/launch-umamusume-from-steam/HEAD/docs/index.html --------------------------------------------------------------------------------