mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-20 17:44:06 +00:00
9d5b807059
Co-Authored-By: jmb462 <jmb462@gmail.com>
10 lines
148 B
C#
10 lines
148 B
C#
// meta-description: Empty template suitable for all Objects
|
|
|
|
using _BINDINGS_NAMESPACE_;
|
|
using System;
|
|
|
|
public partial class _CLASS_ : _BASE_
|
|
{
|
|
|
|
}
|