mirror of
https://github.com/zeldaret/botw
synced 2026-07-11 22:40:14 -04:00
8 lines
174 B
C++
8 lines
174 B
C++
#include "Game/AI/Action/actionBowArrowHold.h"
|
|
|
|
namespace uking::action {
|
|
|
|
BowArrowHold::BowArrowHold(const InitArg& arg) : BindAction(arg) {}
|
|
|
|
} // namespace uking::action
|