void LateUpdate()
 {
     if (GameManager.Instance.ShipPrefabInShowRoom != null)
     {
         currentCam.LateUpdateCam();
     }
 }
Esempio n. 2
0
 void LateUpdate()
 {
     currentCam.LateUpdateCam();
 }