public void Destroy()
 {
     if (SubsystemManager.RemoveDeprecatedSubsystem(this))
     {
         OnDestroy();
     }
 }
Example #2
0
        public void Destroy()
        {
            bool flag = SubsystemManager.RemoveDeprecatedSubsystem(this);

            if (flag)
            {
                this.OnDestroy();
            }
        }