This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
NGnius
/
CLIPA
forked from
modtainers/GCIPA
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Make backward compatible.
tags/3.0c
Eusth
8 years ago
parent
9d83342084
commit
687135d55f
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
IllusionInjector/Bootstrapper.cs
+ 4
- 0
IllusionInjector/Bootstrapper.cs
View File
@@ -10,6 +10,10 @@ namespace IllusionInjector
{
public event Action Destroyed = delegate {};
void Start()
{
Destroy(gameObject);
}
void OnDestroy()
{
Destroyed();
Write
Preview
Loading…
Cancel
Save