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

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