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