From e239f7fce6dd7b1ee4ea58ba1d6f75cb4b041279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <10001@qq.com> Date: Thu, 23 Jan 2025 10:46:44 +0800 Subject: [PATCH] init --- Runtime/LubanCroppingHelper.cs | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Runtime/LubanCroppingHelper.cs b/Runtime/LubanCroppingHelper.cs index 38910bb..f536560 100644 --- a/Runtime/LubanCroppingHelper.cs +++ b/Runtime/LubanCroppingHelper.cs @@ -11,13 +11,12 @@ namespace LuBan.Runtime { void Start() { - _ = typeof(Luban.Runtime.BeanBase); - _ = typeof(Luban.Runtime.EDeserializeError); - _ = typeof(Luban.Runtime.SerializationException); - _ = typeof(Luban.Runtime.SegmentSaveState); - _ = typeof(Luban.Runtime.ByteBuf); - _ = typeof(Luban.Runtime.ITypeId); - _ = typeof(Luban.Runtime.StringUtil); + _ = typeof(Luban.BeanBase); + _ = typeof(Luban.EDeserializeError); + _ = typeof(Luban.SerializationException); + _ = typeof(Luban.SegmentSaveState); + _ = typeof(Luban.ByteBuf); + _ = typeof(Luban.StringUtil); } } } \ No newline at end of file