summaryrefslogtreecommitdiff
path: root/modules/mono/editor_templates/Object
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-01-03 20:40:33 +0100
committerGitHub <noreply@github.com>2022-01-03 20:40:33 +0100
commit98b3ba1842a47a34097499a9eee6aa31083a99df (patch)
tree33efc4bb525ed4452c4924efc459bacbf4c5d68b /modules/mono/editor_templates/Object
parent20563b081bcbfe853622a139422751dba6a75714 (diff)
parent9d5b80705912d85c3c7301ac0ea0afbf9372a660 (diff)
Merge pull request #53957 from fabriceci/new-template-workflow
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_
+{
+
+}