------------------------------- SpawnComponentDesc::c-tor
| 101 | // SpawnComponentDesc::c-tor |
| 102 | // |
| 103 | SpawnComponentDesc::SpawnComponentDesc(SpawnComponentDesc const& other) |
| 104 | { |
| 105 | *this = other; |
| 106 | } |
| 107 | |
| 108 | //------------------------------- |
| 109 | // SpawnComponentDesc::d-tor |
nothing calls this directly
no outgoing calls
no test coverage detected