#include "Game/AI/Action/actionNPCSellApp.h" namespace uking::action { NPCSellApp::NPCSellApp(const InitArg& arg) : ksys::act::ai::Action(arg) {} NPCSellApp::~NPCSellApp() = default; } // namespace uking::action