feat: init

This commit is contained in:
2026-04-10 18:59:27 -04:00
commit d9dfa44a22
41 changed files with 1993 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
namespace GodotHelper;
/// <summary>
/// Package class.
/// </summary>
public class Package
{
/// <summary>
/// Method.
/// </summary>
public string Method() => "Hello, world!";
}