init
Some checks failed
Sync Github To Image / sync-gitlink (push) Has been cancelled
Sync Github To Image / sync-gitlab (push) Has been cancelled
Sync Github To Image / sync-gitee (push) Has been cancelled
Sync Github To Image / sync-atomgit (push) Has been cancelled
Sync Github To Image / sync-gitcode (push) Has been cancelled
Sync Github To Image / sync-framagit (push) Has been cancelled

This commit is contained in:
陈思海 2025-01-23 10:46:44 +08:00
parent b2e2ed6350
commit e239f7fce6

View File

@ -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);
}
}
}