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