Skip to content

Commit 424a5c1

Browse files
Removed RUW module from Unity Module declaraitons
1 parent 4c7e28f commit 424a5c1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

module/declarations/unity-module.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,4 @@ declare type UnityModule = {
1919
* A reference to the Unity Instance's Canvas.
2020
*/
2121
canvas?: HTMLCanvasElement;
22-
23-
/**
24-
* A reference to the injected React Unity WebGL Module. This Module can be
25-
* installed optionally into the Unity
26-
*/
27-
reactUnityWebGL?: ReactUnityWebGLModule;
2822
};

0 commit comments

Comments
 (0)