mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-02-04 09:04:52 +00:00
Font, Softer Breast (#19)
* add breast parameter editer * add pre-config, add scale set * support disable replace font
This commit is contained in:
@@ -157,7 +157,7 @@ namespace Il2cppUtils {
|
||||
|
||||
template <typename RType>
|
||||
auto ClassSetFieldValue(void* obj, UnityResolve::Field* field, RType value) -> void {
|
||||
return *reinterpret_cast<RType*>(reinterpret_cast<uintptr_t>(obj) + field->offset) = value;
|
||||
*reinterpret_cast<RType*>(reinterpret_cast<uintptr_t>(obj) + field->offset) = value;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user