botw/src/Game/AI/Action/actionCameraEventLookDirect...

8 lines
210 B
C++

#include "Game/AI/Action/actionCameraEventLookDirect.h"
namespace uking::action {
CameraEventLookDirect::CameraEventLookDirect(const InitArg& arg) : CameraEventLookBase(arg) {}
} // namespace uking::action