mirror of
https://github.com/DCFApixels/DragonECS-AutoInjections.git
synced 2025-09-18 13:24:35 +08:00
12 lines
210 B
C#
12 lines
210 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace DCFApixels.DragonECS
|
|||
|
{
|
|||
|
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
|
|||
|
public sealed class AutoInjectAttribute : Attribute
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
|