【add】staryEvoTools

This commit is contained in:
2025-09-02 10:54:13 +08:00
parent e3050cd137
commit 796c8d845d
173 changed files with 7783 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
/****************************************************************************
* Copyright (c) 2015 - 2022 liangxiegame UNDER MIT License
*
* http://qframework.cn
* https://github.com/liangxiegame/QFramework
* https://gitee.com/liangxiegame/QFramework
****************************************************************************/
using System;
namespace Stary.Evo
{
[AttributeUsage(AttributeTargets.Method)]
public class MethodAPIAttribute : Attribute
{
}
}