From efdd0887b2dd4be36f837200461ee4a5c5ae4503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <10001@qq.com> Date: Mon, 10 Feb 2025 10:55:11 +0800 Subject: [PATCH] modify --- Runtime/ITypeId.cs | 2 +- Runtime/LubanCroppingHelper.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtime/ITypeId.cs b/Runtime/ITypeId.cs index 82234f8..5270e7f 100644 --- a/Runtime/ITypeId.cs +++ b/Runtime/ITypeId.cs @@ -1,6 +1,6 @@ using UnityEngine.Scripting; -namespace LuBan.Runtime +namespace Luban { [Preserve] public interface ITypeId diff --git a/Runtime/LubanCroppingHelper.cs b/Runtime/LubanCroppingHelper.cs index f536560..579a5ee 100644 --- a/Runtime/LubanCroppingHelper.cs +++ b/Runtime/LubanCroppingHelper.cs @@ -1,7 +1,7 @@ using UnityEngine; using UnityEngine.Scripting; -namespace LuBan.Runtime +namespace Luban { /// /// 防止代码运行时发生裁剪报错。将这个脚本添加到启动场景中。不会对逻辑有任何影响