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.

Event.cpp 241B

12345678910111213
  1. #include "vm/Event.h"
  2. #include "il2cpp-class-internals.h"
  3. namespace il2cpp
  4. {
  5. namespace vm
  6. {
  7. uint32_t Event::GetToken(const EventInfo *eventInfo)
  8. {
  9. return eventInfo->token;
  10. }
  11. } /* namespace vm */
  12. } /* namespace il2cpp */