mirror of
https://github.com/zeldaret/botw
synced 2026-07-08 21:55:02 -04:00
8 lines
190 B
C++
8 lines
190 B
C++
#include "Game/AI/Action/actionCameraEventIdling.h"
|
|
|
|
namespace uking::action {
|
|
|
|
CameraEventIdling::CameraEventIdling(const InitArg& arg) : CameraEvent(arg) {}
|
|
|
|
} // namespace uking::action
|