mirror of
https://github.com/zeldaret/botw
synced 2026-07-11 14:38:41 -04:00
8 lines
171 B
C++
8 lines
171 B
C++
#include "Game/AI/Action/actionNavMeshRun.h"
|
|
|
|
namespace uking::action {
|
|
|
|
NavMeshRun::NavMeshRun(const InitArg& arg) : NavMeshAction(arg) {}
|
|
|
|
} // namespace uking::action
|