├── LICENSE ├── README.md ├── VRCBakeryAdapter.asmdef ├── VRCBakeryAdapter.cs └── package.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MerlinVR/VRC-Bakery-Adapter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MerlinVR/VRC-Bakery-Adapter/HEAD/README.md -------------------------------------------------------------------------------- /VRCBakeryAdapter.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "VRCBakeryAdapter" 3 | } 4 | -------------------------------------------------------------------------------- /VRCBakeryAdapter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MerlinVR/VRC-Bakery-Adapter/HEAD/VRCBakeryAdapter.cs -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MerlinVR/VRC-Bakery-Adapter/HEAD/package.json --------------------------------------------------------------------------------