summaryrefslogtreecommitdiff
path: root/modules/mono/glue/cs_files/ToolAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/glue/cs_files/ToolAttribute.cs')
-rw-r--r--modules/mono/glue/cs_files/ToolAttribute.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/mono/glue/cs_files/ToolAttribute.cs b/modules/mono/glue/cs_files/ToolAttribute.cs
new file mode 100644
index 0000000000..0275982c7f
--- /dev/null
+++ b/modules/mono/glue/cs_files/ToolAttribute.cs
@@ -0,0 +1,7 @@
+using System;
+
+namespace Godot
+{
+ [AttributeUsage(AttributeTargets.Class)]
+ public class ToolAttribute : Attribute {}
+}