Files
botw/src/Game/AI/Action/actionBackStep.cpp
T

8 lines
164 B
C++

#include "Game/AI/Action/actionBackStep.h"
namespace uking::action {
BackStep::BackStep(const InitArg& arg) : BackStepBase(arg) {}
} // namespace uking::action