mirror of
https://github.com/zeldaret/botw
synced 2026-07-08 05:40:38 -04:00
8 lines
198 B
C++
8 lines
198 B
C++
#include "Game/AI/Action/actionNavMeshGrabLeftWalk.h"
|
|
|
|
namespace uking::action {
|
|
|
|
NavMeshGrabLeftWalk::NavMeshGrabLeftWalk(const InitArg& arg) : NavMeshAction(arg) {}
|
|
|
|
} // namespace uking::action
|