Add Item::getFullItemName

This commit is contained in:
Qiuzhizhe 2022-10-27 14:59:13 +08:00
parent 096214efc4
commit da82876fe0
No known key found for this signature in database
GPG Key ID: 4EF4BF5521540263

View File

@ -17,7 +17,11 @@ public:
class Item {
#define AFTER_EXTRA
public:
inline std::string const & getFullItemName() const{
//ItemRegistry::registerItem Line25
return dAccess<std::string>(this,216);
};
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_ITEM
public: