summaryrefslogtreecommitdiff
path: root/modules/mono/editor/script_templates/Object/empty.cs
blob: 34526d514fd913533c8493ceeb148e37d191478c (plain)
1
2
3
4
5
6
7
8
// meta-description: Empty template suitable for all Objects

using _BINDINGS_NAMESPACE_;
using System;

public partial class _CLASS_ : _BASE_
{
}