7 lines
99 B
C#
7 lines
99 B
C#
using System;
|
|
|
|
namespace BracerLib.DI
|
|
{
|
|
public class InjectFieldAttribute : Attribute { }
|
|
}
|