This repository has been archived on 2026-05-06. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#pragma once
|
|
|
|
#include "../il2cpp-blob.h"
|
|
|
|
namespace il2cpp
|
|
{
|
|
namespace utils
|
|
{
|
|
class BlobReader
|
|
{
|
|
public:
|
|
// internal
|
|
static int GetConstantValueFromBlob(Il2CppTypeEnum type, const char *blob, void *value);
|
|
};
|
|
} /* utils */
|
|
} /* il2cpp */
|