//generated with dll2sdk #pragma once #include "..\dll2sdk_forward.g.hpp" #include "..\mscorlib\mscorlib.hpp" namespace DLL2SDK::Il2CppDummyDll::Il2CppDummyDll { struct MetadataOffsetAttribute : DLL2SDK::mscorlib::System::Attribute { DLL2SDK::mscorlib::System::String* Offset_; void _ctor_4(); }; } namespace DLL2SDK::Il2CppDummyDll::Il2CppDummyDll { struct AttributeAttribute : DLL2SDK::mscorlib::System::Attribute { DLL2SDK::mscorlib::System::String* Name_; DLL2SDK::mscorlib::System::String* RVA_; DLL2SDK::mscorlib::System::String* Offset_; void _ctor_3(); }; } namespace DLL2SDK::Il2CppDummyDll::Il2CppDummyDll { struct FieldOffsetAttribute : DLL2SDK::mscorlib::System::Attribute { DLL2SDK::mscorlib::System::String* Offset_; void _ctor_2(); }; } namespace DLL2SDK::Il2CppDummyDll::Il2CppDummyDll { struct AddressAttribute : DLL2SDK::mscorlib::System::Attribute { DLL2SDK::mscorlib::System::String* RVA_; DLL2SDK::mscorlib::System::String* Offset_; DLL2SDK::mscorlib::System::String* VA_; DLL2SDK::mscorlib::System::String* Slot_; void _ctor_1(); }; } namespace DLL2SDK::Il2CppDummyDll { struct _Module_ : DLL2SDK::Object { }; }