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