From a5c006d67c3e85dc632916eedf357f1057f5932e Mon Sep 17 00:00:00 2001 From: walon Date: Mon, 26 Feb 2024 14:17:45 +0800 Subject: [PATCH] =?UTF-8?q?[change]=20=E4=B8=BARuntimeApi=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0[Preserve]=E7=89=B9=E6=80=A7=EF=BC=8C=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E8=A2=AB=E8=A3=81=E5=89=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/RuntimeApi.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Runtime/RuntimeApi.cs b/Runtime/RuntimeApi.cs index 8169063..1aef7a7 100644 --- a/Runtime/RuntimeApi.cs +++ b/Runtime/RuntimeApi.cs @@ -6,9 +6,11 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; +using UnityEngine.Scripting; namespace HybridCLR { + [Preserve] public static class RuntimeApi { ///