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 { /// /// 防止代码运行时发生裁剪报错。将这个脚本添加到启动场景中。不会对逻辑有任何影响