mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-01-04 09:39:35 -06:00
7 lines
172 B
C++
7 lines
172 B
C++
#pragma once
|
|
#include "NPCAddRemoveItem.h"
|
|
|
|
class NjNyaMissionitems : public NPCAddRemoveItem {
|
|
std::map<uint32_t, std::vector<ItemSetting>> GetSettings() override;
|
|
};
|