This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Make nested private types public
pull/62/head
Anairkoen Schno
3 years ago
parent
d8c06574fa
commit
1780955865
Signed by:
DaNike
GPG Key ID:
BEFB74D5F3FC4387
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
IPA.Injector/Virtualizer.cs
+ 6
- 0
IPA.Injector/Virtualizer.cs
View File
@ -80,6 +80,12 @@ namespace IPA.Injector
type
.
IsSealed
=
false
;
}
if
(
type
.
IsNestedPrivate
)
{
type
.
IsNestedPrivate
=
false
;
type
.
IsNestedPublic
=
true
;
}
if
(
type
.
IsInterface
)
return
;
if
(
type
.
IsAbstract
)
return
;
Write
Preview
Loading…
Cancel
Save