Advertisement
Guest User

Untitled

a guest
Nov 8th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.97 KB | None | 0 0
  1. // System.Void Hui::Start()
  2. extern "C" IL2CPP_METHOD_ATTR void Hui_Start_m4097443207 (Hui_t23638399 * __this, const RuntimeMethod* method)
  3. {
  4.     static bool s_Il2CppMethodInitialized;
  5.     if (!s_Il2CppMethodInitialized)
  6.     {
  7.         il2cpp_codegen_initialize_method (Hui_Start_m4097443207_MetadataUsageId);
  8.         s_Il2CppMethodInitialized = true;
  9.     }
  10.     {
  11.         Component_SendMessage_m3172125788(__this, _stringLiteral2291580597, /*hidden argument*/NULL);
  12.         return;
  13.     }
  14. }
  15. // System.Void Hui::SayHui()
  16. extern "C" IL2CPP_METHOD_ATTR void Hui_SayHui_m2453135715 (Hui_t23638399 * __this, const RuntimeMethod* method)
  17. {
  18.     static bool s_Il2CppMethodInitialized;
  19.     if (!s_Il2CppMethodInitialized)
  20.     {
  21.         il2cpp_codegen_initialize_method (Hui_SayHui_m2453135715_MetadataUsageId);
  22.         s_Il2CppMethodInitialized = true;
  23.     }
  24.     {
  25.         IL2CPP_RUNTIME_CLASS_INIT(Debug_t3317548046_il2cpp_TypeInfo_var);
  26.         Debug_Log_m4051431634(NULL /*static, unused*/, _stringLiteral2377660168, /*hidden argument*/NULL);
  27.         return;
  28.     }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement