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