Browse Source

Fixed Bootstrapper somehow loosing like half of the file

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
1716202531
1 changed files with 4 additions and 1 deletions
  1. +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 event Action Destroyed = delegate {};
public void Awake()
{
}
public void Start() public void Start()
public void A
{ {
Destroy(gameObject); Destroy(gameObject);
} }


Loading…
Cancel
Save