Ejemplo n.º 1
0
 public void OnDestory()
 {
     if (_hotFixVrCoreEntity != null)
     {
         _hotFixVrCoreEntity.OnDestroy();
     }
 }
Ejemplo n.º 2
0
 private void OnDestroy()
 {
     if (_hotFixVrCoreEntity != null)
     {
         _hotFixVrCoreEntity.OnDestroy();
     }
 }
Ejemplo n.º 3
0
 public void OnDestory()
 {
     _assemblyEntity.OnDestroy();
 }