No Description
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.

ClassLibraryPAL.h 201B

123456789101112131415
  1. #pragma once
  2. #include "il2cpp-config.h"
  3. namespace il2cpp
  4. {
  5. namespace vm
  6. {
  7. class ClassLibraryPAL
  8. {
  9. public:
  10. static void Initialize();
  11. };
  12. } // namespace vm
  13. } // namepsace il2cpp