| 444 | } |
| 445 | |
| 446 | AIUnit::~AIUnit() |
| 447 | { |
| 448 | if (IsLocal()) |
| 449 | { |
| 450 | NetworkId ni = GetNetworkId(); |
| 451 | GetNetworkManager().DeleteObject(ni); |
| 452 | } |
| 453 | } |
| 454 | |
| 455 | void AIUnit::Load(const ParamEntry& cls) |
| 456 | { |
nothing calls this directly
no test coverage detected