namespace DotRecast.Recast.DemoTool.Tools { public class TestNavmeshToolImpl : ISampleTool { public string GetName() { return "Test Navmesh"; } } }