This commit is contained in:
Mikhail 2024-03-02 18:33:49 +08:00
parent 4f71fa9405
commit 983dd41ba1

View File

@ -1,6 +1,6 @@
using System;
[AttributeUsage(AttributeTargets.Interface, Inherited = false, AllowMultiple = false)]
sealed class BindWithRunnerAttribute : Attribute
public sealed class BindWithRunnerAttribute : Attribute
{
public readonly Type runnerType;
public BindWithRunnerAttribute(Type runnerType)