public void OnDestory()
 {
     if (_hotFixVrCoreEntity != null)
     {
         _hotFixVrCoreEntity.OnDestroy();
     }
 }
 private void OnDestroy()
 {
     if (_hotFixVrCoreEntity != null)
     {
         _hotFixVrCoreEntity.OnDestroy();
     }
 }
 public void OnDestory()
 {
     _assemblyEntity.OnDestroy();
 }