You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
codm/codm-sdk/Il2CppDummyDll/Il2CppDummyDll.hpp

53 lines
1.2 KiB

//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
{
};
}