Skip to content

Commit

Permalink
build: add back NSIsModRequiredOnClient method to UI signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
Alystrasz committed Nov 1, 2024
1 parent b57b158 commit 2a7d592
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/nativefuncs.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,12 @@
"returnTypeString":"array<string>",
"argTypes":"string modName"
},
{
"name":"NSIsModRequiredOnClient",
"helpText":"",
"returnTypeString":"bool",
"argTypes":"string modName"
},
{
"name":"NSIsModEnabled",
"helpText":"",
Expand Down

0 comments on commit 2a7d592

Please sign in to comment.