#include "Game/AI/Action/actionCameraEventSavePoint.h" namespace uking::action { CameraEventSavePoint::CameraEventSavePoint(const InitArg& arg) : CameraAction(arg) {} } // namespace uking::action