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/46/head
Anairkoen Schno
4 years ago
parent
400cfc2816
commit
1716202531
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