namespace DotRecast.Recast.Demo;
public static class Program
{
public static void Main(string[] args)
var demo = new RecastDemo();
demo.start();
}