public void Destroy() { Stop(); if (SubsystemManager.RemoveStandaloneSubsystem(this)) { OnDestroy(); } }
public void Destroy() { this.Stop(); bool flag = SubsystemManager.RemoveStandaloneSubsystem(this); if (flag) { this.OnDestroy(); } }