├── .github └── workflows │ └── bump-version.yml ├── LICENSE └── README.md /.github/workflows/bump-version.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnterrainerInformatik/GameDevelopmentLinks/HEAD/.github/workflows/bump-version.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnterrainerInformatik/GameDevelopmentLinks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnterrainerInformatik/GameDevelopmentLinks/HEAD/README.md --------------------------------------------------------------------------------