2024-12-14 18:27:59 +08:00

18 lines
412 B
C#

/****************************************************************************
* Copyright (c) 2018.3 ~ 2023 liangxie UNDER MIT LICENSE
*
* https://qframework.cn
* https://github.com/liangxiegame/QFramework
****************************************************************************/
using System;
namespace QFramework
{
#if UNITY_EDITOR
[Obsolete]
public class UIMark : Bind
{
}
#endif
}