-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule VRGIN
updated
10 files
+52 −2 | VRGIN/Controls/Controller.cs | |
+37 −16 | VRGIN/Controls/Handlers/MenuHandler.cs | |
+2 −4 | VRGIN/Controls/Tools/Tool.cs | |
+16 −7 | VRGIN/Controls/Tools/WarpTool.cs | |
+8 −11 | VRGIN/Core/VRCamera.cs | |
+12 −0 | VRGIN/Helpers/Calculator.cs | |
+7 −0 | VRGIN/Helpers/GameObjectExtensions.cs | |
+87 −0 | VRGIN/Helpers/MessengerExtensions.cs | |
+1 −0 | VRGIN/VRGIN.csproj | |
+2 −0 | VRGIN/Visuals/SimulatedCursor.cs |