diff options
Diffstat (limited to 'modules/mono/editor/script_templates/Object/empty.cs')
-rw-r--r-- | modules/mono/editor/script_templates/Object/empty.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/mono/editor/script_templates/Object/empty.cs b/modules/mono/editor/script_templates/Object/empty.cs new file mode 100644 index 0000000000..34526d514f --- /dev/null +++ b/modules/mono/editor/script_templates/Object/empty.cs @@ -0,0 +1,8 @@ +// meta-description: Empty template suitable for all Objects + +using _BINDINGS_NAMESPACE_; +using System; + +public partial class _CLASS_ : _BASE_ +{ +} |