virtualx-engine/modules/mono/glue/Managed/Files/Attributes/ToolAttribute.cs

8 lines
126 B
C#
Raw Normal View History

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