mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
Add PropertiesSettings::getLevelName
This commit is contained in:
parent
e9f344294b
commit
59f02218d8
@ -15,6 +15,10 @@ public:
|
|||||||
//PropertiesSettings::PropertiesSettings Line550;
|
//PropertiesSettings::PropertiesSettings Line550;
|
||||||
return dAccess<bool>(this, 417);
|
return dAccess<bool>(this, 417);
|
||||||
}
|
}
|
||||||
|
inline std::string getLevelName(){
|
||||||
|
//PropertiesSettings::PropertiesSettings Line518
|
||||||
|
return dAccess<std::string>(this,32);
|
||||||
|
}
|
||||||
#undef AFTER_EXTRA
|
#undef AFTER_EXTRA
|
||||||
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_PROPERTIESSETTINGS
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_PROPERTIESSETTINGS
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user