Closed gamerbross closed 8 months ago
https://github.com/Encryqed/Dumper-7/blob/main/Dumper/CppGenerator.cpp#L5196 Shouldn't be the type of Value the same as Key?
Value
Key
It shouldn't be value, I wanted the Equals function to receive two keys to check for quality.
Thanks for pointing out my strange mistakes. Changed it to this:
https://github.com/Encryqed/Dumper-7/blob/main/Dumper/CppGenerator.cpp#L5196 Shouldn't be the type of
Value
the same asKey
?