| 9 | RadSiteExt::ExtContainer RadSiteExt::ExtMap; |
| 10 | |
| 11 | void RadSiteExt::ExtData::Initialize() |
| 12 | { |
| 13 | this->Type = RadTypeClass::FindOrAllocate(GameStrings::Radiation); |
| 14 | } |
| 15 | |
| 16 | bool RadSiteExt::ExtData::ApplyRadiationDamage(TechnoClass* pTarget, int& damage) |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected