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