11111
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/****************************************************************************
|
||||
* 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
|
||||
{
|
||||
public class APIDescriptionENAttribute : Attribute
|
||||
{
|
||||
public string Description { get; private set; }
|
||||
|
||||
public APIDescriptionENAttribute(string description)
|
||||
{
|
||||
Description = description;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user