first commit
This commit is contained in:
commit
7dd9dd689e
40 changed files with 4100 additions and 0 deletions
9
Core/il2cpp/Metadata/Il2CppMetadata.h
Normal file
9
Core/il2cpp/Metadata/Il2CppMetadata.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
#include "Il2CppApi.h"
|
||||
|
||||
class Il2CppMetadata {
|
||||
public:
|
||||
static std::string DumpClass(Il2CppClass* klass);
|
||||
static std::string DumpClassMethods(Il2CppClass* klass);
|
||||
static std::string DumpClassFields(Il2CppClass* klass);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue