| 224 | } |
| 225 | |
| 226 | void BuildingTypeExt::ExtData::CompleteInitialization() |
| 227 | { |
| 228 | auto const pThis = this->OwnerObject(); |
| 229 | UNREFERENCED_PARAMETER(pThis); |
| 230 | } |
| 231 | |
| 232 | template <typename T> |
| 233 | void BuildingTypeExt::ExtData::Serialize(T& Stm) |
nothing calls this directly
no outgoing calls
no test coverage detected