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