Practice_Unity/Library/Bee/artifacts/iOS/il2cppOutput/cpp/Il2CppMetadataRegistration.c
Seonkyu.kim 7d8657752e 작업
1. 조이스틱 동작
  1.1. 플레이어 컨트롤러 연동
  1.2. 자연스러운 방향 전환 추가
2. 베이스씬 작업
  2.1. 게임 씬 추가
    2.2. 조이스틱 UI 추가

Todo
1. 카메라를 캐릭터한테 붙이기
2. 다른 UI 작업도 추가하기
3. 몬스터 AI 작업도 할 수 있으면 해보기
2025-09-22 17:48:06 +09:00

37 lines
901 B
C

#include "pch-c.h"
#include "codegen/il2cpp-codegen-metadata.h"
extern Il2CppGenericClass* const g_Il2CppGenericTypes[];
extern const Il2CppGenericInst* const g_Il2CppGenericInstTable[];
extern const Il2CppGenericMethodFunctionsDefinitions g_Il2CppGenericMethodFunctions[];
extern const Il2CppType* const g_Il2CppTypeTable[];
extern const Il2CppMethodSpec g_Il2CppMethodSpecTable[];
extern const int32_t* g_FieldOffsetTable[];
extern const Il2CppTypeDefinitionSizes* g_Il2CppTypeDefinitionSizesTable[];
IL2CPP_EXTERN_C const Il2CppMetadataRegistration g_MetadataRegistration;
const Il2CppMetadataRegistration g_MetadataRegistration =
{
10419,
g_Il2CppGenericTypes,
7395,
g_Il2CppGenericInstTable,
99379,
g_Il2CppGenericMethodFunctions,
30752,
g_Il2CppTypeTable,
113855,
g_Il2CppMethodSpecTable,
8002,
g_FieldOffsetTable,
8002,
g_Il2CppTypeDefinitionSizesTable,
0,
NULL,
};