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

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