7 lines
134 B
C#
7 lines
134 B
C#
namespace BotSharp.Plugin.Planner.Enums;
|
|
|
|
public class UtilityName
|
|
{
|
|
public const string TwoStagePlanner = "two-stage-planner";
|
|
}
|