-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`MpMethodUtil:GetMethod` now supports indexer getters/setters and async MoveNext methods, using new Harmony 2.3 features. `MpMethodUtil:GetLocalFunc` should now support all method types besides `MethodType.Normal`. They previously weren't supported because `MpMethodUtil:GetLocalFunc` method used the `parentMethod` argument in local function prefixes, rather than the name of the method returned by `MpMethodUtil:GetMethod`.
- Loading branch information
1 parent
4e96ac2
commit 67d1537
Showing
1 changed file
with
9 additions
and
4 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