DotRecastNetSim/src/DotRecast.Recast.DemoTool/Tools/ConvexVolumeToolImpl.cs

10 lines
208 B
C#

namespace DotRecast.Recast.DemoTool.Tools
{
public class ConvexVolumeToolImpl : ISampleTool
{
public string GetName()
{
return "Create Convex Volumes";
}
}
}