mirror of
https://github.com/DCFApixels/DragonECS-AutoInjections.git
synced 2025-09-17 20:34:34 +08:00
fix
This commit is contained in:
parent
4f71fa9405
commit
983dd41ba1
@ -1,6 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
[AttributeUsage(AttributeTargets.Interface, Inherited = false, AllowMultiple = false)]
|
[AttributeUsage(AttributeTargets.Interface, Inherited = false, AllowMultiple = false)]
|
||||||
sealed class BindWithRunnerAttribute : Attribute
|
public sealed class BindWithRunnerAttribute : Attribute
|
||||||
{
|
{
|
||||||
public readonly Type runnerType;
|
public readonly Type runnerType;
|
||||||
public BindWithRunnerAttribute(Type runnerType)
|
public BindWithRunnerAttribute(Type runnerType)
|
||||||
|
Loading…
Reference in New Issue
Block a user