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