| 1410 | } |
| 1411 | |
| 1412 | void TechnoExt::ExtData::UpdateTemporal() |
| 1413 | { |
| 1414 | if (const auto pShieldData = this->Shield.get()) |
| 1415 | { |
| 1416 | if (pShieldData->IsAvailable()) |
| 1417 | pShieldData->AI_Temporal(); |
| 1418 | } |
| 1419 | |
| 1420 | for (auto const& ae : this->AttachedEffects) |
| 1421 | ae->AI_Temporal(); |
| 1422 | } |
| 1423 | |
| 1424 | void TechnoExt::ExtData::UpdateWarpInDelay() |
| 1425 | { |
no test coverage detected