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
Fixed Bootstrapper somehow loosing like half of the file
pull/44/head
Anairkoen Schno
4 years ago
parent
ade7e026f7
commit
8269b21f05
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
IPA.Injector/Bootstrapper.cs
+ 4
- 1
IPA.Injector/Bootstrapper.cs
View File
@ -9,8 +9,11 @@ namespace IPA.Injector
{
public
event
Action
Destroyed
=
delegate
{
}
;
public
void
Awake
(
)
{
}
public
void
Start
(
)
public
void
A
{
Destroy
(
gameObject
)
;
}
Write
Preview
Loading…
Cancel
Save