mxsky01 opened this issue a year ago · 0 comments
auto SetValue(void* obj, const std::string& name, RType value) -> void { return reinterpret_cast<RType>(reinterpret_cast<uintptr_t>(obj) + Get(name)->offset) = value; } 返回了一个void