Skip to content

Commit 3abbecf

Browse files
fix: revert UnityEventParameter type to 'any' for broader compatibility
1 parent 621a7bf commit 3abbecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/source/types/unity-event-parameters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
* texture objects. WebGL functions can be called on emscripten’s WebGL context,
2323
* GLctx.
2424
*/
25-
type UnityEventParameter = string | number | undefined | void;
25+
type UnityEventParameter = any | undefined | void;
2626

2727
export type { UnityEventParameter };

0 commit comments

Comments
 (0)