This commit is contained in:
陈思海 2025-02-10 10:55:11 +08:00
parent 057af016b8
commit efdd0887b2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
using UnityEngine.Scripting;
namespace LuBan.Runtime
namespace Luban
{
[Preserve]
public interface ITypeId

View File

@ -1,7 +1,7 @@
using UnityEngine;
using UnityEngine.Scripting;
namespace LuBan.Runtime
namespace Luban
{
/// <summary>
/// 防止代码运行时发生裁剪报错。将这个脚本添加到启动场景中。不会对逻辑有任何影响