| 14 | } |
| 15 | |
| 16 | void ParticleSystemTypeExt::ExtData::LoadFromINIFile(CCINIClass* const pINI) |
| 17 | { |
| 18 | auto pThis = this->OwnerObject(); |
| 19 | const char* pSection = pThis->ID; |
| 20 | INI_EX exINI(pINI); |
| 21 | |
| 22 | this->AdjustTargetCoordsOnRotation.Read(exINI, pSection, "AdjustTargetCoordsOnRotation"); |
| 23 | } |
| 24 | |
| 25 | void ParticleSystemTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm) |
| 26 | { |