Beispiel #1
0
 public void Destroy()
 {
     if (SubsystemManager.RemoveDeprecatedSubsystem(this))
     {
         OnDestroy();
     }
 }