Created
January 20, 2017 03:23
-
-
Save toughrogrammer/7e53be3fac651638a575d078a1a26d50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// System.Void Rotator::CustomMethod1() | |
extern Il2CppClass* Debug_t1368543263_il2cpp_TypeInfo_var; | |
extern Il2CppCodeGenString* _stringLiteral832176282; | |
extern const uint32_t Rotator_CustomMethod1_m2970092419_MetadataUsageId; | |
extern "C" void Rotator_CustomMethod1_m2970092419 (Rotator_t3375904803 * __this, const MethodInfo* method) | |
{ | |
static bool s_Il2CppMethodInitialized; | |
if (!s_Il2CppMethodInitialized) | |
{ | |
il2cpp_codegen_initialize_method (Rotator_CustomMethod1_m2970092419_MetadataUsageId); | |
s_Il2CppMethodInitialized = true; | |
} | |
{ | |
IL2CPP_RUNTIME_CLASS_INIT(Debug_t1368543263_il2cpp_TypeInfo_var); | |
Debug_Log_m920475918(NULL /*static, unused*/, _stringLiteral832176282, /*hidden argument*/NULL); | |
return; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment