godot-module-template/engine/modules/mono/editor/script_templates/Object/empty.cs

9 lines
147 B
C#
Raw Permalink Normal View History

2025-01-17 15:36:38 +00:00
// meta-description: Empty template suitable for all Objects
using _BINDINGS_NAMESPACE_;
using System;
public partial class _CLASS_ : _BASE_
{
}