mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-03 04:23:39 +00:00
Add PropertiesSettings::getLevelName
This commit is contained in:
parent
e9f344294b
commit
59f02218d8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user