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