------------------------------
| 17 | |
| 18 | //------------------------------ |
| 19 | MorphController::MorphController( const UniqueId& uniqueId ) |
| 20 | : Controller( uniqueId, Controller::CONTROLLER_TYPE_MORPH) |
| 21 | { |
| 22 | |
| 23 | } |
| 24 | |
| 25 | //------------------------------ |
| 26 | MorphController::MorphController( const MorphController& pre ) |
nothing calls this directly
no test coverage detected