Files
Shrink-IDC/Lagrange.Core/Lagrange.OneBot/Message/CQPropertyAttribute.cs

4 lines
125 B
C#

namespace Lagrange.OneBot.Message;
[AttributeUsage(AttributeTargets.Property)]
public class CQPropertyAttribute : Attribute;