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

Method NpcAnimationHandler

src/logic/NpcAnimationHandler.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9using namespace Logic;
10
11NpcAnimationHandler::NpcAnimationHandler(World::WorldInstance& world, Handle::EntityHandle hostVob)
12 : m_World(world)
13 , m_HostVob(hostVob)
14{
15 m_WalkMode = WalkMode::Run;
16}
17
18NpcAnimationHandler::~NpcAnimationHandler()
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected