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