mirror of
https://github.com/zeldaret/botw
synced 2026-07-08 05:40:38 -04:00
11 lines
306 B
C++
11 lines
306 B
C++
#include "Game/AI/Action/actionCameraEventPolarCoordPlayer.h"
|
|
|
|
namespace uking::action {
|
|
|
|
CameraEventPolarCoordPlayer::CameraEventPolarCoordPlayer(const InitArg& arg)
|
|
: CameraEventPolarCoord(arg) {}
|
|
|
|
CameraEventPolarCoordPlayer::~CameraEventPolarCoordPlayer() = default;
|
|
|
|
} // namespace uking::action
|