using Godot; namespace Texty.Scripts { public class %CLASS% : %BASE% { public override void _Ready() { } } }