Skip to content

Commit

Permalink
[unity]格式
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Sep 20, 2024
1 parent 7133f31 commit e38fce5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ void SetGlobalType_TypedValue(Il2CppReflectionType *type)
g_typeofTypedValue = il2cpp_codegen_class_from_type(type->type);
}

static void MethodCallback(pesapi_callback_info info) {
static void MethodCallback(pesapi_callback_info info)
{
try
{
WrapData** wrapDatas = (WrapData**)pesapi_get_userdata(info);
Expand Down

0 comments on commit e38fce5

Please sign in to comment.