Exemplo n.º 1
0
 private void Awake()
 {
     _lastTimeLaunchPlane = -_cooldownLaunchPlane;
     if (!PoolManager.CheckHaveIndexPrefab(_indexPlaneInPoll))
     {
         Debug.LogError($"Project({this}, _indexPlaneInPoll): Такого индекса не существует в пуле объектов");
     }
 }