| 10 | using namespace Logic; |
| 11 | |
| 12 | StaticMeshVisual::StaticMeshVisual(World::WorldInstance& world, Handle::EntityHandle entity) |
| 13 | : VisualController(world, entity) |
| 14 | { |
| 15 | } |
| 16 | |
| 17 | StaticMeshVisual::~StaticMeshVisual() |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected