godot/modules/mono/glue/cs_files/ToolAttribute.cs

8 lines
120 B
C#

using System;
namespace Godot
{
[AttributeUsage(AttributeTargets.Class)]
public class ToolAttribute : Attribute {}
}