BotSharp/BotSharp.Core/Engines/Articulate/PipelineModel.cs
2018-09-27 19:49:43 -05:00

12 lines
202 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Core.Engines.Articulate
{
public class PipelineModel
{
public string Name { get; set; }
}
}