Add PropertiesSettings::getLevelName

This commit is contained in:
Qiuzhizhe 2022-10-29 01:06:45 -07:00
parent e9f344294b
commit 59f02218d8

View File

@ -15,6 +15,10 @@ public:
//PropertiesSettings::PropertiesSettings Line550;
return dAccess<bool>(this, 417);
}
inline std::string getLevelName(){
//PropertiesSettings::PropertiesSettings Line518
return dAccess<std::string>(this,32);
}
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_PROPERTIESSETTINGS
public: