├── PortableMirror ├── Main.cs └── Utils.cs ├── PortableMirror_Combined ├── ActionMenu.cs ├── LoaderIntegrityCheck.cs ├── Main.cs ├── MethodResolver.cs ├── UIX_QM.cs ├── Utils.cs └── mirrorprefab └── README.md /PortableMirror/Main.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nirv-git/VRChat-Mods/HEAD/PortableMirror/Main.cs -------------------------------------------------------------------------------- /PortableMirror/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nirv-git/VRChat-Mods/HEAD/PortableMirror/Utils.cs -------------------------------------------------------------------------------- /PortableMirror_Combined/ActionMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nirv-git/VRChat-Mods/HEAD/PortableMirror_Combined/ActionMenu.cs -------------------------------------------------------------------------------- /PortableMirror_Combined/LoaderIntegrityCheck.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nirv-git/VRChat-Mods/HEAD/PortableMirror_Combined/LoaderIntegrityCheck.cs -------------------------------------------------------------------------------- /PortableMirror_Combined/Main.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nirv-git/VRChat-Mods/HEAD/PortableMirror_Combined/Main.cs -------------------------------------------------------------------------------- /PortableMirror_Combined/MethodResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nirv-git/VRChat-Mods/HEAD/PortableMirror_Combined/MethodResolver.cs -------------------------------------------------------------------------------- /PortableMirror_Combined/UIX_QM.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nirv-git/VRChat-Mods/HEAD/PortableMirror_Combined/UIX_QM.cs -------------------------------------------------------------------------------- /PortableMirror_Combined/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nirv-git/VRChat-Mods/HEAD/PortableMirror_Combined/Utils.cs -------------------------------------------------------------------------------- /PortableMirror_Combined/mirrorprefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nirv-git/VRChat-Mods/HEAD/PortableMirror_Combined/mirrorprefab -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nirv-git/VRChat-Mods/HEAD/README.md --------------------------------------------------------------------------------