4 lines
125 B
C#
4 lines
125 B
C#
namespace Lagrange.OneBot.Message;
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class CQPropertyAttribute : Attribute; |