ZK_Framework/HybridCLRData/LocalIl2CppData-WindowsEditor/il2cpp/libil2cpp/vm/Event.h

20 lines
306 B
C
Raw Normal View History

2024-07-04 20:18:43 +08:00
#pragma once
#include <stdint.h>
#include "il2cpp-config.h"
struct EventInfo;
namespace il2cpp
{
namespace vm
{
class LIBIL2CPP_CODEGEN_API Event
{
public:
// exported
static uint32_t GetToken(const EventInfo *eventInfo);
};
} /* namespace vm */
} /* namespace il2cpp */