DotRecastNetSim/src/DotRecast.Recast.Toolset/Tools/RcCrowdTool.cs

10 lines
189 B
C#

namespace DotRecast.Recast.Toolset.Tools
{
public class RcCrowdTool : IRcToolable
{
public string GetName()
{
return "Create Crowd";
}
}
}