6 lines
130 B
C#
6 lines
130 B
C#
using System;
|
|
|
|
namespace GodotHostTest.GodotDI;
|
|
|
|
[AttributeUsage(AttributeTargets.Field)]
|
|
public class InjectAttribute: Attribute; |