18 lines
490 B
C#
18 lines
490 B
C#
/****************************************************************************
|
|
* 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
|
|
{
|
|
|
|
}
|
|
} |