mirror of
https://github.com/zeldaret/botw
synced 2026-07-11 22:40:14 -04:00
10 lines
242 B
C++
10 lines
242 B
C++
#include "Game/AI/Action/actionNPCManufactItem.h"
|
|
|
|
namespace uking::action {
|
|
|
|
NPCManufactItem::NPCManufactItem(const InitArg& arg) : ksys::act::ai::Action(arg) {}
|
|
|
|
NPCManufactItem::~NPCManufactItem() = default;
|
|
|
|
} // namespace uking::action
|