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

10 lines
203 B
C#

namespace DotRecast.Recast.DemoTool.Tools
{
public class DynamicUpdateToolImpl : ISampleTool
{
public string GetName()
{
return "Dynamic Updates";
}
}
}