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