namespace FieldHelper {
inline uint32_t GetEncryptedFieldAddrByFirstObjectDataType(const char* TypeClass, const wchar_t* DataType, int skipType = 0, bool checkAttr = false, Unity::FieldAttributes TargetAttr = Unity::FieldAttributes::PrivateScope) {
int Counter = 0;
auto...