예제 #1
0
 public void OnDestory()
 {
     if (_hotFixVrCoreEntity != null)
     {
         _hotFixVrCoreEntity.OnDestroy();
     }
 }
예제 #2
0
 private void OnDestroy()
 {
     if (_hotFixVrCoreEntity != null)
     {
         _hotFixVrCoreEntity.OnDestroy();
     }
 }
예제 #3
0
 public void OnDestory()
 {
     _assemblyEntity.OnDestroy();
 }