summaryrefslogtreecommitdiff
path: root/modules/mono/glue/Managed/Files/Attributes/ToolAttribute.cs
blob: d0437409afb38d0d4bace729876e31b7e4229357 (plain)
1
2
3
4
5
6
7
using System;

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