| 3 | #include <Ext/WeaponType/Body.h> |
| 4 | |
| 5 | std::unique_ptr<PhobosTrajectory> StraightTrajectoryType::CreateInstance() const |
| 6 | { |
| 7 | return std::make_unique<StraightTrajectory>(this); |
| 8 | } |
| 9 | |
| 10 | template<typename T> |
| 11 | void StraightTrajectoryType::Serialize(T& Stm) |
nothing calls this directly
no outgoing calls
no test coverage detected