godot/modules/mono/glue/GodotSharp/GodotSharp/Core/Attributes/ToolAttribute.cs

using System;

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