using Godot; namespace TestGame { public partial class Main : Node2D { public override void _Ready() { GD.Print("Clean test game started!"); } } }