submodule对gitea不管用,所以直接拉了一份拉格兰
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Lagrange.OneBot.Core.Operation;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
|
||||
public class OperationAttribute(string api) : Attribute
|
||||
{
|
||||
public string Api => api;
|
||||
}
|
||||
Reference in New Issue
Block a user