#include "Game/AI/Action/actionCameraEventLook.h" namespace uking::action { CameraEventLook::CameraEventLook(const InitArg& arg) : CameraEventLookBase(arg) {} CameraEventLook::~CameraEventLook() = default; } // namespace uking::action