summaryrefslogtreecommitdiff
path: root/modules/mono/editor_templates/Object
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/editor_templates/Object')
-rw-r--r--modules/mono/editor_templates/Object/empty.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/mono/editor_templates/Object/empty.cs b/modules/mono/editor_templates/Object/empty.cs
new file mode 100644
index 0000000000..e5bee64fe1
--- /dev/null
+++ b/modules/mono/editor_templates/Object/empty.cs
@@ -0,0 +1,9 @@
+// meta-description: Empty template suitable for all Objects
+
+using _BINDINGS_NAMESPACE_;
+using System;
+
+public partial class _CLASS_ : _BASE_
+{
+
+}