| 21 | } |
| 22 | |
| 23 | SceneObject::SceneObject(const SpawnParams& params) |
| 24 | : Base(params) |
| 25 | , _parent(nullptr) |
| 26 | , _prefabID(Guid::Empty) |
| 27 | , _prefabObjectID(Guid::Empty) |
| 28 | { |
| 29 | } |
| 30 | |
| 31 | SceneObject::~SceneObject() |
| 32 | { |
no outgoing calls
no test coverage detected