MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / VisualController

Method VisualController

src/logic/VisualController.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace Logic;
11
12VisualController::VisualController(World::WorldInstance& world, Handle::EntityHandle entity)
13 : Controller(world, entity)
14 , m_Transient(false)
15{
16}
17
18VisualController::~VisualController()
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected