virtualx-engine/modules/mono/editor_templates/Object/empty.cs
2022-03-28 01:32:12 -03:00

8 lines
147 B
C#

// meta-description: Empty template suitable for all Objects
using _BINDINGS_NAMESPACE_;
using System;
public partial class _CLASS_ : _BASE_
{
}