Skip to content

Instantly share code, notes, and snippets.

@toughrogrammer
Created January 20, 2017 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toughrogrammer/7e53be3fac651638a575d078a1a26d50 to your computer and use it in GitHub Desktop.
Save toughrogrammer/7e53be3fac651638a575d078a1a26d50 to your computer and use it in GitHub Desktop.
// 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