-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: find generic argument recursively
- Loading branch information
1 parent
072d2b6
commit b90d1d3
Showing
2 changed files
with
58 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
"name": "com.bbbirder.injection", | ||
"displayName": "Unity Injection", | ||
"description": "Unity注入模块,可以运行时改变被注入函数实现。", | ||
"version": "1.3.13", | ||
"version": "1.3.14", | ||
"hideInEditor": false, | ||
"author": "bbbirder <[email protected]>", | ||
"dependencies": { | ||
"com.bbbirder.directattribute": "1.1.3", | ||
"com.bbbirder.directattribute": "1.1.4", | ||
"com.unity.nuget.mono-cecil": "1.10.2" | ||
}, | ||
"samples": [ | ||
|